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=860
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=861", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=859", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 860, "results": [ { "start": 865146641, "stop": 865150241 }, { "start": 865152997, "stop": 865161307 }, { "start": 865161457, "stop": 865162237 }, { "start": 865162387, "stop": 865165057 }, { "start": 865165222, "stop": 865165282 }, { "start": 865165466, "stop": 865165586 }, { "start": 865165747, "stop": 865165867 }, { "start": 865170228, "stop": 865170768 }, { "start": 865171162, "stop": 865172242 }, { "start": 865172858, "stop": 865175618 }, { "start": 865176125, "stop": 865177085 }, { "start": 865179027, "stop": 865179087 }, { "start": 865179117, "stop": 865179207 }, { "start": 865180200, "stop": 865180380 }, { "start": 865180586, "stop": 865180646 }, { "start": 865183224, "stop": 865183344 }, { "start": 865197508, "stop": 865197628 }, { "start": 865197778, "stop": 865198018 }, { "start": 865220843, "stop": 865220933 }, { "start": 865220963, "stop": 865221413 } ] }