Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15972
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15973", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15971", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15972, "results": [ { "start": 971442148, "stop": 971442348 }, { "start": 971442351, "stop": 971442423 }, { "start": 971442426, "stop": 971442434 }, { "start": 971442436, "stop": 971442454 }, { "start": 971442458, "stop": 971442531 }, { "start": 971442534, "stop": 971442586 }, { "start": 971442588, "stop": 971442606 }, { "start": 971442611, "stop": 971442644 }, { "start": 971442646, "stop": 971442694 }, { "start": 971442695, "stop": 971442699 }, { "start": 971442701, "stop": 971442718 }, { "start": 971442721, "stop": 971442739 }, { "start": 971442742, "stop": 971442752 }, { "start": 971442754, "stop": 971442757 }, { "start": 971442758, "stop": 971442760 }, { "start": 971442764, "stop": 971442783 }, { "start": 971442784, "stop": 971442817 }, { "start": 971442819, "stop": 971442856 }, { "start": 971442857, "stop": 971442867 }, { "start": 971442870, "stop": 971442880 } ] }