v1
latestOpenAPI 3.0.32026-07-13401683.8 KBSegments
Returns the segments matching the query parameters.
get/api/v2/segments
Query parameters
episodeIdinteger required
The ID of the episode that owns the segment.
segmentNumberinteger
pageStartinteger
The start page of the results to return. The first item is indexed at 0.
pageSizeinteger
The number of items to return. Must be between 0 and 500, inclusive.
orderById'asc' | 'desc'
The sort order of the list of segments, based on segment ID. If unspecified, the segments are returned in random order. If using paging to iterate through the results, sort order should be specified.
Response
The segments matching the query parameters