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=1134
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1135", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1133", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1134, "results": [ { "start": 950026225, "stop": 950029699 }, { "start": 950029701, "stop": 950030158 }, { "start": 950030401, "stop": 950031303 }, { "start": 950031305, "stop": 950033280 }, { "start": 950036278, "stop": 950039811 }, { "start": 950039813, "stop": 950042255 }, { "start": 950042257, "stop": 950042582 }, { "start": 950043453, "stop": 950044020 }, { "start": 950044022, "stop": 950044310 }, { "start": 950044312, "stop": 950045937 }, { "start": 950045939, "stop": 950047722 }, { "start": 950047724, "stop": 950047900 }, { "start": 950047902, "stop": 950048231 }, { "start": 950051512, "stop": 950051536 }, { "start": 950051538, "stop": 950052751 }, { "start": 950052753, "stop": 950052788 }, { "start": 950052790, "stop": 950053594 }, { "start": 950053596, "stop": 950056343 }, { "start": 950056345, "stop": 950056976 }, { "start": 950058163, "stop": 950058204 } ] }