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_STOCH_CAT2_H1L1/segments?format=api&page=166
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=167", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=165", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 166, "results": [ { "start": 824821451, "stop": 824821511 }, { "start": 824842540, "stop": 824842600 }, { "start": 824926744, "stop": 824926804 }, { "start": 824956185, "stop": 824956305 }, { "start": 824983522, "stop": 824983762 }, { "start": 824986268, "stop": 824986328 }, { "start": 824986539, "stop": 824986599 }, { "start": 825075407, "stop": 825075527 }, { "start": 825079050, "stop": 825079110 }, { "start": 825086961, "stop": 825087021 }, { "start": 825239500, "stop": 825239560 }, { "start": 825242149, "stop": 825242209 }, { "start": 825245556, "stop": 825245616 }, { "start": 825424640, "stop": 825424760 }, { "start": 825438046, "stop": 825438166 }, { "start": 825438482, "stop": 825438542 }, { "start": 825472519, "stop": 825472639 }, { "start": 825472977, "stop": 825473217 }, { "start": 825473374, "stop": 825473464 }, { "start": 825473614, "stop": 825473674 } ] }