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=3973
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3974", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3972", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3973, "results": [ { "start": 874458582, "stop": 874459033 }, { "start": 874459039, "stop": 874459040 }, { "start": 874459043, "stop": 874459253 }, { "start": 874459256, "stop": 874459268 }, { "start": 874459271, "stop": 874459287 }, { "start": 874459296, "stop": 874459400 }, { "start": 874459403, "stop": 874459404 }, { "start": 874459411, "stop": 874459418 }, { "start": 874459421, "stop": 874459422 }, { "start": 874459425, "stop": 874459637 }, { "start": 874459640, "stop": 874459642 }, { "start": 874459645, "stop": 874459841 }, { "start": 874459844, "stop": 874459848 }, { "start": 874459857, "stop": 874460027 }, { "start": 874460030, "stop": 874460540 }, { "start": 874460545, "stop": 874460566 }, { "start": 874460569, "stop": 874460640 }, { "start": 874460644, "stop": 874460693 }, { "start": 874460696, "stop": 874460700 }, { "start": 874460703, "stop": 874460720 } ] }