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=839
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=840", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=838", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 839, "results": [ { "start": 863924615, "stop": 863925185 }, { "start": 863925275, "stop": 863925335 }, { "start": 863925425, "stop": 863925785 }, { "start": 863925905, "stop": 863925965 }, { "start": 863926145, "stop": 863926385 }, { "start": 863926535, "stop": 863926715 }, { "start": 863926745, "stop": 863927255 }, { "start": 863927375, "stop": 863928365 }, { "start": 863928455, "stop": 863929415 }, { "start": 863929445, "stop": 863929565 }, { "start": 863929595, "stop": 863930705 }, { "start": 863930735, "stop": 863930795 }, { "start": 863930885, "stop": 863930975 }, { "start": 863935234, "stop": 863935294 }, { "start": 863935448, "stop": 863935898 }, { "start": 863937628, "stop": 863937868 }, { "start": 863937898, "stop": 863937958 }, { "start": 863939206, "stop": 863940286 }, { "start": 863942393, "stop": 863943623 }, { "start": 863943653, "stop": 863945453 } ] }