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=39
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=40", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=38", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 39, "results": [ { "start": 817988154, "stop": 817988214 }, { "start": 817988879, "stop": 817988939 }, { "start": 817989881, "stop": 817990061 }, { "start": 817990586, "stop": 817990646 }, { "start": 817991432, "stop": 817991492 }, { "start": 818294470, "stop": 818294530 }, { "start": 818294724, "stop": 818294844 }, { "start": 818296492, "stop": 818296552 }, { "start": 818296731, "stop": 818297031 }, { "start": 818297369, "stop": 818297429 }, { "start": 818297947, "stop": 818298187 }, { "start": 818298373, "stop": 818298433 }, { "start": 818298693, "stop": 818299233 }, { "start": 818299392, "stop": 818299572 }, { "start": 818300351, "stop": 818300411 }, { "start": 818300757, "stop": 818300997 }, { "start": 818301712, "stop": 818301832 }, { "start": 818302294, "stop": 818302534 }, { "start": 818302678, "stop": 818302798 }, { "start": 818303013, "stop": 818303073 } ] }