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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14794
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14795", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14793", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14794, "results": [ { "start": 971245647, "stop": 971245652 }, { "start": 971245654, "stop": 971245656 }, { "start": 971245658, "stop": 971245682 }, { "start": 971245684, "stop": 971245724 }, { "start": 971245726, "stop": 971245730 }, { "start": 971245731, "stop": 971245755 }, { "start": 971245756, "stop": 971245769 }, { "start": 971245770, "stop": 971245790 }, { "start": 971245793, "stop": 971245798 }, { "start": 971245799, "stop": 971245802 }, { "start": 971245804, "stop": 971245877 }, { "start": 971245878, "stop": 971245895 }, { "start": 971245897, "stop": 971245907 }, { "start": 971245909, "stop": 971245925 }, { "start": 971245932, "stop": 971245934 }, { "start": 971245935, "stop": 971245937 }, { "start": 971245940, "stop": 971245944 }, { "start": 971245946, "stop": 971245948 }, { "start": 971245950, "stop": 971245955 }, { "start": 971245956, "stop": 971245960 } ] }