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_CAT4/segments?format=api&page=8124
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8125", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8123", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8124, "results": [ { "start": 872916053, "stop": 872916113 }, { "start": 872916135, "stop": 872916185 }, { "start": 872916228, "stop": 872916236 }, { "start": 872916255, "stop": 872916786 }, { "start": 872916815, "stop": 872916909 }, { "start": 872916928, "stop": 872916974 }, { "start": 872917018, "stop": 872917028 }, { "start": 872917047, "stop": 872917069 }, { "start": 872917090, "stop": 872917181 }, { "start": 872917200, "stop": 872917215 }, { "start": 872917234, "stop": 872917295 }, { "start": 872917318, "stop": 872917374 }, { "start": 872917494, "stop": 872917681 }, { "start": 872917705, "stop": 872917721 }, { "start": 872917750, "stop": 872917898 }, { "start": 872917918, "stop": 872918042 }, { "start": 872918059, "stop": 872918064 }, { "start": 872918081, "stop": 872918131 }, { "start": 872918151, "stop": 872918208 }, { "start": 872918225, "stop": 872918475 } ] }