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=3906
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3907", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3905", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3906, "results": [ { "start": 874041741, "stop": 874041790 }, { "start": 874041793, "stop": 874042075 }, { "start": 874042078, "stop": 874042181 }, { "start": 874042184, "stop": 874042188 }, { "start": 874042191, "stop": 874042424 }, { "start": 874042430, "stop": 874042454 }, { "start": 874042457, "stop": 874042465 }, { "start": 874042469, "stop": 874042487 }, { "start": 874042491, "stop": 874042492 }, { "start": 874042495, "stop": 874042496 }, { "start": 874042500, "stop": 874042523 }, { "start": 874042529, "stop": 874042534 }, { "start": 874042537, "stop": 874042584 }, { "start": 874042587, "stop": 874042602 }, { "start": 874042608, "stop": 874042611 }, { "start": 874042614, "stop": 874042616 }, { "start": 874042619, "stop": 874042682 }, { "start": 874042688, "stop": 874042738 }, { "start": 874042741, "stop": 874042885 }, { "start": 874042888, "stop": 874042894 } ] }