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_CAT2/segments?format=api&page=1224
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1225", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1223", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1224, "results": [ { "start": 957005292, "stop": 957006396 }, { "start": 957006398, "stop": 957008427 }, { "start": 957008429, "stop": 957013422 }, { "start": 957045170, "stop": 957073332 }, { "start": 957074038, "stop": 957084758 }, { "start": 957084760, "stop": 957094597 }, { "start": 957094599, "stop": 957101049 }, { "start": 957105741, "stop": 957108239 }, { "start": 957110208, "stop": 957111385 }, { "start": 957116417, "stop": 957116815 }, { "start": 957124728, "stop": 957129710 }, { "start": 957130065, "stop": 957135970 }, { "start": 957160767, "stop": 957162312 }, { "start": 957162314, "stop": 957163326 }, { "start": 957163328, "stop": 957163776 }, { "start": 957163778, "stop": 957164472 }, { "start": 957164474, "stop": 957165418 }, { "start": 957165420, "stop": 957165881 }, { "start": 957165883, "stop": 957165956 }, { "start": 957165958, "stop": 957166854 } ] }