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=430
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=431", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=429", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 430, "results": [ { "start": 818735297, "stop": 818735305 }, { "start": 818735313, "stop": 818735314 }, { "start": 818735317, "stop": 818735319 }, { "start": 818735333, "stop": 818735338 }, { "start": 818735347, "stop": 818735349 }, { "start": 818735352, "stop": 818735361 }, { "start": 818735376, "stop": 818735377 }, { "start": 818735388, "stop": 818735391 }, { "start": 818735405, "stop": 818735412 }, { "start": 818735415, "stop": 818735424 }, { "start": 818735436, "stop": 818735437 }, { "start": 818735458, "stop": 818735460 }, { "start": 818735463, "stop": 818735464 }, { "start": 818735471, "stop": 818735473 }, { "start": 818735485, "stop": 818735487 }, { "start": 818735490, "stop": 818735491 }, { "start": 818735498, "stop": 818735500 }, { "start": 818735504, "stop": 818735505 }, { "start": 818735530, "stop": 818735531 }, { "start": 818735582, "stop": 818735585 } ] }