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_CAT2/segments?format=api&page=1274
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1275", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1273", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1274, "results": [ { "start": 958101184, "stop": 958101197 }, { "start": 958101199, "stop": 958101259 }, { "start": 958101261, "stop": 958102060 }, { "start": 958102062, "stop": 958102916 }, { "start": 958102918, "stop": 958103284 }, { "start": 958103286, "stop": 958104606 }, { "start": 958104608, "stop": 958104993 }, { "start": 958104995, "stop": 958106603 }, { "start": 958106605, "stop": 958107501 }, { "start": 958107503, "stop": 958108691 }, { "start": 958108693, "stop": 958108923 }, { "start": 958108924, "stop": 958110978 }, { "start": 958110980, "stop": 958111111 }, { "start": 958111115, "stop": 958112014 }, { "start": 958112016, "stop": 958114950 }, { "start": 958114952, "stop": 958117387 }, { "start": 958117389, "stop": 958118806 }, { "start": 958118808, "stop": 958118866 }, { "start": 958118868, "stop": 958119334 }, { "start": 958119336, "stop": 958119739 } ] }