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=317
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=318", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=316", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 317, "results": [ { "start": 818246694, "stop": 818246696 }, { "start": 818246702, "stop": 818246706 }, { "start": 818246717, "stop": 818246721 }, { "start": 818246724, "stop": 818246728 }, { "start": 818246731, "stop": 818246735 }, { "start": 818246738, "stop": 818246742 }, { "start": 818246747, "stop": 818246749 }, { "start": 818246755, "stop": 818246759 }, { "start": 818246766, "stop": 818246769 }, { "start": 818246772, "stop": 818246777 }, { "start": 818246787, "stop": 818246790 }, { "start": 818246794, "stop": 818246799 }, { "start": 818246802, "stop": 818246812 }, { "start": 818246833, "stop": 818246835 }, { "start": 818246840, "stop": 818246845 }, { "start": 818246853, "stop": 818246855 }, { "start": 818246860, "stop": 818246862 }, { "start": 818246865, "stop": 818246868 }, { "start": 818246873, "stop": 818246878 }, { "start": 818246884, "stop": 818246887 } ] }