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=328
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=329", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=327", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 328, "results": [ { "start": 818249412, "stop": 818249423 }, { "start": 818249427, "stop": 818249429 }, { "start": 818249438, "stop": 818249440 }, { "start": 818249451, "stop": 818249453 }, { "start": 818249457, "stop": 818249460 }, { "start": 818249465, "stop": 818249470 }, { "start": 818249481, "stop": 818249488 }, { "start": 818249495, "stop": 818249502 }, { "start": 818249513, "stop": 818249515 }, { "start": 818249530, "stop": 818249531 }, { "start": 818249534, "stop": 818249542 }, { "start": 818249548, "stop": 818249549 }, { "start": 818249555, "stop": 818249557 }, { "start": 818249561, "stop": 818249564 }, { "start": 818249594, "stop": 818249597 }, { "start": 818249611, "stop": 818249612 }, { "start": 818249615, "stop": 818249617 }, { "start": 818249630, "stop": 818249636 }, { "start": 818249639, "stop": 818249648 }, { "start": 818249652, "stop": 818249653 } ] }