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_CAT3/segments?format=api&page=119
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=120", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=118", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 119, "results": [ { "start": 816952103, "stop": 816952109 }, { "start": 816952166, "stop": 816952177 }, { "start": 816952332, "stop": 816952384 }, { "start": 816952413, "stop": 816952437 }, { "start": 816952461, "stop": 816952471 }, { "start": 816952490, "stop": 816952493 }, { "start": 816952538, "stop": 816952572 }, { "start": 816952643, "stop": 816952650 }, { "start": 816952688, "stop": 816952745 }, { "start": 816952825, "stop": 816952842 }, { "start": 816952923, "stop": 816952929 }, { "start": 816952948, "stop": 816953081 }, { "start": 816953147, "stop": 816953255 }, { "start": 816953278, "stop": 816953303 }, { "start": 816953329, "stop": 816953375 }, { "start": 816953406, "stop": 816953412 }, { "start": 816953460, "stop": 816953494 }, { "start": 816953513, "stop": 816953546 }, { "start": 816953646, "stop": 816953698 }, { "start": 816953754, "stop": 816953759 } ] }