Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.22 KB

DetailedSegmentEffort.md

File metadata and controls

30 lines (26 loc) · 2.22 KB

DetailedSegmentEffort

Properties

Name Type Description Notes
id int The unique identifier of this effort [optional]
elapsed_time int The effort's elapsed time [optional]
start_date datetime The time at which the effort was started. [optional]
start_date_local datetime The time at which the effort was started in the local timezone. [optional]
distance float The effort's distance in meters [optional]
is_kom bool Whether this effort is the current best on the leaderboard [optional]
name str The name of the segment on which this effort was performed [optional]
activity MetaActivity [optional]
athlete MetaAthlete [optional]
moving_time int The effort's moving time [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]
average_cadence float The effort's average cadence [optional]
average_watts float The average wattage of this effort [optional]
device_watts bool For riding efforts, whether the wattage was reported by a dedicated recording device [optional]
average_heartrate float The heart heart rate of the athlete during this effort [optional]
max_heartrate float The maximum heart rate of the athlete during this effort [optional]
segment SummarySegment [optional]
kom_rank int The rank of the effort on the global leaderboard if it belongs in the top 10 at the time of upload [optional]
pr_rank int The rank of the effort on the athlete's leaderboard if it belongs in the top 3 at the time of upload [optional]
hidden bool Whether this effort should be hidden when viewed within an activity [optional]

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