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=297
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=298", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=296", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 297, "results": [ { "start": 832228422, "stop": 832228482 }, { "start": 832231623, "stop": 832234743 }, { "start": 832235530, "stop": 832247230 }, { "start": 832248650, "stop": 832255250 }, { "start": 832255389, "stop": 832255569 }, { "start": 832255822, "stop": 832256902 }, { "start": 832257056, "stop": 832257416 }, { "start": 832257563, "stop": 832259903 }, { "start": 832260046, "stop": 832260526 }, { "start": 832260735, "stop": 832261455 }, { "start": 832261644, "stop": 832262244 }, { "start": 832262428, "stop": 832262668 }, { "start": 832263115, "stop": 832264075 }, { "start": 832264225, "stop": 832264405 }, { "start": 832264705, "stop": 832264825 }, { "start": 832265317, "stop": 832265437 }, { "start": 832265610, "stop": 832265670 }, { "start": 832265911, "stop": 832266151 }, { "start": 832266315, "stop": 832266675 }, { "start": 832266859, "stop": 832267039 } ] }