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=1295
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1296", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1294", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1295, "results": [ { "start": 960254827, "stop": 960254856 }, { "start": 960254858, "stop": 960254877 }, { "start": 960254882, "stop": 960254885 }, { "start": 960254887, "stop": 960254895 }, { "start": 960254897, "stop": 960254900 }, { "start": 960254902, "stop": 960254923 }, { "start": 960254925, "stop": 960254949 }, { "start": 960254951, "stop": 960255004 }, { "start": 960255006, "stop": 960255009 }, { "start": 960255011, "stop": 960255015 }, { "start": 960255017, "stop": 960255040 }, { "start": 960255044, "stop": 960255079 }, { "start": 960255081, "stop": 960255083 }, { "start": 960255085, "stop": 960255128 }, { "start": 960255131, "stop": 960255145 }, { "start": 960255148, "stop": 960255156 }, { "start": 960255159, "stop": 960255226 }, { "start": 960255228, "stop": 960255325 }, { "start": 960255327, "stop": 960255339 }, { "start": 960255341, "stop": 960255366 } ] }