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=3803
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3804", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3802", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3803, "results": [ { "start": 873249770, "stop": 873249773 }, { "start": 873249781, "stop": 873249785 }, { "start": 873249786, "stop": 873249789 }, { "start": 873249793, "stop": 873249802 }, { "start": 873249804, "stop": 873249817 }, { "start": 873249818, "stop": 873249830 }, { "start": 873249831, "stop": 873249850 }, { "start": 873249851, "stop": 873249872 }, { "start": 873249873, "stop": 873249878 }, { "start": 873249879, "stop": 873252456 }, { "start": 873252461, "stop": 873252528 }, { "start": 873252531, "stop": 873252537 }, { "start": 873252540, "stop": 873252741 }, { "start": 873252744, "stop": 873253282 }, { "start": 873253285, "stop": 873253286 }, { "start": 873253289, "stop": 873253293 }, { "start": 873253296, "stop": 873254963 }, { "start": 873254967, "stop": 873255090 }, { "start": 873255093, "stop": 873255215 }, { "start": 873255221, "stop": 873255230 } ] }