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_CAT2/segments?format=api&page=214
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=215", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=213", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 214, "results": [ { "start": 818213275, "stop": 818213276 }, { "start": 818213292, "stop": 818213294 }, { "start": 818213297, "stop": 818213299 }, { "start": 818213342, "stop": 818213344 }, { "start": 818213352, "stop": 818213354 }, { "start": 818213357, "stop": 818213358 }, { "start": 818213361, "stop": 818213363 }, { "start": 818213367, "stop": 818213371 }, { "start": 818213375, "stop": 818213378 }, { "start": 818213409, "stop": 818213412 }, { "start": 818213418, "stop": 818213419 }, { "start": 818213425, "stop": 818213428 }, { "start": 818213432, "stop": 818213433 }, { "start": 818213443, "stop": 818213444 }, { "start": 818213456, "stop": 818213458 }, { "start": 818213518, "stop": 818213519 }, { "start": 818213540, "stop": 818213549 }, { "start": 818213552, "stop": 818213553 }, { "start": 818213556, "stop": 818213558 }, { "start": 818213564, "stop": 818213569 } ] }