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=416
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=417", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=415", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 416, "results": [ { "start": 838358898, "stop": 838360638 }, { "start": 838360796, "stop": 838364516 }, { "start": 838365275, "stop": 838366835 }, { "start": 838366985, "stop": 838367975 }, { "start": 838368180, "stop": 838373580 }, { "start": 838375182, "stop": 838375422 }, { "start": 838375613, "stop": 838376033 }, { "start": 838376665, "stop": 838377535 }, { "start": 838377565, "stop": 838378105 }, { "start": 838378257, "stop": 838379637 }, { "start": 838380678, "stop": 838381428 }, { "start": 838381580, "stop": 838381640 }, { "start": 838381700, "stop": 838381850 }, { "start": 838381880, "stop": 838383020 }, { "start": 838383237, "stop": 838384077 }, { "start": 838384107, "stop": 838386867 }, { "start": 838386897, "stop": 838387137 }, { "start": 838389508, "stop": 838391248 }, { "start": 838391455, "stop": 838393975 }, { "start": 838394136, "stop": 838394676 } ] }