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=379
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=380", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=378", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 379, "results": [ { "start": 818281285, "stop": 818281291 }, { "start": 818281294, "stop": 818281315 }, { "start": 818281320, "stop": 818281322 }, { "start": 818281326, "stop": 818281327 }, { "start": 818281330, "stop": 818281331 }, { "start": 818281335, "stop": 818281337 }, { "start": 818281340, "stop": 818281344 }, { "start": 818281349, "stop": 818281351 }, { "start": 818281355, "stop": 818281357 }, { "start": 818281360, "stop": 818281362 }, { "start": 818281365, "stop": 818281366 }, { "start": 818281369, "stop": 818281371 }, { "start": 818281374, "stop": 818281378 }, { "start": 818281390, "stop": 818281392 }, { "start": 818281396, "stop": 818281398 }, { "start": 818281402, "stop": 818281404 }, { "start": 818281410, "stop": 818281411 }, { "start": 818281417, "stop": 818281419 }, { "start": 818281423, "stop": 818281427 }, { "start": 818281432, "stop": 818281433 } ] }