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=60
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=61", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=59", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 60, "results": [ { "start": 816677158, "stop": 816677160 }, { "start": 816677200, "stop": 816677212 }, { "start": 816677236, "stop": 816677268 }, { "start": 816677285, "stop": 816677297 }, { "start": 816677300, "stop": 816677346 }, { "start": 816677383, "stop": 816677406 }, { "start": 816677410, "stop": 816677429 }, { "start": 816677470, "stop": 816677481 }, { "start": 816677530, "stop": 816677615 }, { "start": 816677619, "stop": 816677665 }, { "start": 816677690, "stop": 816677702 }, { "start": 816677706, "stop": 816677722 }, { "start": 816677742, "stop": 816677925 }, { "start": 816677944, "stop": 816677995 }, { "start": 816677999, "stop": 816678028 }, { "start": 816678032, "stop": 816678033 }, { "start": 816678036, "stop": 816678078 }, { "start": 816678081, "stop": 816678249 }, { "start": 816678286, "stop": 816678393 }, { "start": 816678412, "stop": 816678529 } ] }