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_H2L1/segments?format=api&page=837
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=838", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=836", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 837, "results": [ { "start": 863812412, "stop": 863812472 }, { "start": 863812858, "stop": 863812978 }, { "start": 863814538, "stop": 863814598 }, { "start": 863815182, "stop": 863815602 }, { "start": 863816404, "stop": 863816524 }, { "start": 863816847, "stop": 863817207 }, { "start": 863819202, "stop": 863819562 }, { "start": 863820518, "stop": 863830478 }, { "start": 863845750, "stop": 863845930 }, { "start": 863846066, "stop": 863848226 }, { "start": 863849399, "stop": 863850539 }, { "start": 863850689, "stop": 863854619 }, { "start": 863855755, "stop": 863858575 }, { "start": 863858725, "stop": 863862415 }, { "start": 863862634, "stop": 863870554 }, { "start": 863870704, "stop": 863872054 }, { "start": 863872890, "stop": 863873010 }, { "start": 863873169, "stop": 863873979 }, { "start": 863874129, "stop": 863874309 }, { "start": 863874512, "stop": 863874932 } ] }