Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.68 KB

Lap.md

File metadata and controls

27 lines (23 loc) · 1.68 KB

Lap

Properties

Name Type Description Notes
id int The unique identifier of this lap [optional]
activity MetaActivity [optional]
athlete MetaAthlete [optional]
average_cadence float The lap's average cadence [optional]
average_speed float The lap's average speed [optional]
distance float The lap's distance, in meters [optional]
elapsed_time int The lap's elapsed time, in seconds [optional]
start_index int The start index of this effort in its activity's stream [optional]
end_index int The end index of this effort in its activity's stream [optional]
lap_index int The index of this lap in the activity it belongs to [optional]
max_speed float The maximum speed of this lat, in meters per second [optional]
moving_time int The lap's moving time, in seconds [optional]
name str The name of the lap [optional]
pace_zone int The athlete's pace zone during this lap [optional]
split int [optional]
start_date datetime The time at which the lap was started. [optional]
start_date_local datetime The time at which the lap was started in the local timezone. [optional]
total_elevation_gain float The elevation gain of this lap, in meters [optional]

[Back to Model list] [Back to API list] [Back to README]