get-segment-leaderboard
Retrieve top performances for a Strava segment with time, power, and heart rate data. Filter by gender, age group, weight class, club, date range, or followed athletes.
Instructions
Retrieves the leaderboard for a specific Strava segment. Shows top performances with times, power, and heart rate data. Supports filtering by gender, age group, weight class, club, date range, and followed athletes.
Use this to:
See top performances on a segment
Compare your efforts against others
Filter by demographics or time period
Check if you have a chance at a top position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. | |
| gender | No | Filter by gender. M for male, F for female. | |
| club_id | No | Filter to only athletes in the specified club. | |
| per_page | No | Number of entries per page (max 200, default 10). | |
| age_group | No | Filter by age group. | |
| following | No | If true, filter to only athletes the authenticated user follows. | |
| segmentId | Yes | The unique identifier of the segment to fetch the leaderboard for. | |
| date_range | No | Filter by date range for efforts. | |
| weight_class | No | Filter by weight class in kg. |