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=840
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=841", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=839", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 840, "results": [ { "start": 863952931, "stop": 863954521 }, { "start": 863954671, "stop": 863954941 }, { "start": 863955031, "stop": 863955091 }, { "start": 863955121, "stop": 863955271 }, { "start": 863956210, "stop": 863956270 }, { "start": 863956653, "stop": 863956713 }, { "start": 863957166, "stop": 863957226 }, { "start": 863957444, "stop": 863957864 }, { "start": 863958171, "stop": 863958231 }, { "start": 863958362, "stop": 863958422 }, { "start": 863961703, "stop": 863961763 }, { "start": 863962902, "stop": 863962962 }, { "start": 864028880, "stop": 864030260 }, { "start": 864031401, "stop": 864031521 }, { "start": 864031659, "stop": 864033009 }, { "start": 864033159, "stop": 864035229 }, { "start": 864035259, "stop": 864037509 }, { "start": 864037659, "stop": 864042759 }, { "start": 864043169, "stop": 864043349 }, { "start": 864043496, "stop": 864043976 } ] }