Name | Type | Description | Notes |
---|---|---|---|
id | int | The unique identifier of this segment | [optional] |
name | str | The name of this segment | [optional] |
activity_type | str | [optional] | |
distance | float | The segment's distance, in meters | [optional] |
average_grade | float | The segment's average grade, in percents | [optional] |
maximum_grade | float | The segments's maximum grade, in percents | [optional] |
elevation_high | float | The segments's highest elevation, in meters | [optional] |
elevation_low | float | The segments's lowest elevation, in meters | [optional] |
start_latlng | LatLng | [optional] | |
end_latlng | LatLng | [optional] | |
climb_category | int | The category of the climb | [optional] |
city | str | The segments's city. | [optional] |
state | str | The segments's state or geographical region. | [optional] |
country | str | The segment's country. | [optional] |
private | bool | Whether this segment is private. | [optional] |
athlete_pr_effort | SummarySegmentEffort | [optional] |