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_H1L1/segments?format=api&page=233
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=234", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=232", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 233, "results": [ { "start": 827759978, "stop": 827760398 }, { "start": 827765262, "stop": 827765322 }, { "start": 827768739, "stop": 827768799 }, { "start": 827769088, "stop": 827769268 }, { "start": 827802089, "stop": 827802389 }, { "start": 827802761, "stop": 827802941 }, { "start": 827803312, "stop": 827803372 }, { "start": 827803734, "stop": 827804094 }, { "start": 827804291, "stop": 827804471 }, { "start": 827811027, "stop": 827811147 }, { "start": 827811992, "stop": 827812232 }, { "start": 827812486, "stop": 827812666 }, { "start": 827813092, "stop": 827813212 }, { "start": 827813604, "stop": 827813664 }, { "start": 827825974, "stop": 827826274 }, { "start": 827826490, "stop": 827826790 }, { "start": 827828235, "stop": 827828475 }, { "start": 827828666, "stop": 827828726 }, { "start": 827828883, "stop": 827829063 }, { "start": 827829462, "stop": 827829522 } ] }