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_CAT4/segments?format=api&page=15743
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15744", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15742", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15743, "results": [ { "start": 971167251, "stop": 971167253 }, { "start": 971167254, "stop": 971167258 }, { "start": 971167262, "stop": 971167264 }, { "start": 971167269, "stop": 971167270 }, { "start": 971167272, "stop": 971167278 }, { "start": 971167281, "stop": 971167285 }, { "start": 971167287, "stop": 971167288 }, { "start": 971167290, "stop": 971167292 }, { "start": 971167293, "stop": 971167294 }, { "start": 971167296, "stop": 971167300 }, { "start": 971167302, "stop": 971167303 }, { "start": 971167306, "stop": 971167307 }, { "start": 971167311, "stop": 971167312 }, { "start": 971167317, "stop": 971167318 }, { "start": 971167319, "stop": 971167328 }, { "start": 971167330, "stop": 971167332 }, { "start": 971167336, "stop": 971167337 }, { "start": 971167341, "stop": 971167344 }, { "start": 971167345, "stop": 971167351 }, { "start": 971167352, "stop": 971167354 } ] }