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/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=101
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=102", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=100", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 101, "results": [ { "start": 816926262, "stop": 816926332 }, { "start": 816926372, "stop": 816926402 }, { "start": 816926422, "stop": 816926474 }, { "start": 816926511, "stop": 816926531 }, { "start": 816926551, "stop": 816926582 }, { "start": 816926693, "stop": 816926700 }, { "start": 816926797, "stop": 816926854 }, { "start": 816926891, "stop": 816926923 }, { "start": 816926955, "stop": 816927017 }, { "start": 816927065, "stop": 816927066 }, { "start": 816927096, "stop": 816927109 }, { "start": 816927177, "stop": 816927190 }, { "start": 816927211, "stop": 816927271 }, { "start": 816927290, "stop": 816927334 }, { "start": 816927378, "stop": 816927437 }, { "start": 816927457, "stop": 816927460 }, { "start": 816927501, "stop": 816927512 }, { "start": 816927533, "stop": 816927588 }, { "start": 816927623, "stop": 816927635 }, { "start": 816927638, "stop": 816927674 } ] }