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=8222
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8223", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8221", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8222, "results": [ { "start": 873673659, "stop": 873673814 }, { "start": 873673832, "stop": 873673860 }, { "start": 873673878, "stop": 873673989 }, { "start": 873674007, "stop": 873674027 }, { "start": 873674045, "stop": 873674047 }, { "start": 873674064, "stop": 873674122 }, { "start": 873674140, "stop": 873674219 }, { "start": 873674311, "stop": 873674324 }, { "start": 873674343, "stop": 873674447 }, { "start": 873674464, "stop": 873674567 }, { "start": 873674586, "stop": 873674610 }, { "start": 873674628, "stop": 873674811 }, { "start": 873674829, "stop": 873675000 }, { "start": 873675060, "stop": 873675147 }, { "start": 873675164, "stop": 873675167 }, { "start": 873675290, "stop": 873675360 }, { "start": 873703980, "stop": 873704001 }, { "start": 873704024, "stop": 873704025 }, { "start": 873704100, "stop": 873704151 }, { "start": 873704520, "stop": 873704528 } ] }