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/H2_STOCH_CAT1/segments?format=api&page=137
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=138", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=136", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 137, "results": [ { "start": 832859352, "stop": 832860478 }, { "start": 832861690, "stop": 832865473 }, { "start": 832866437, "stop": 832882933 }, { "start": 832883900, "stop": 832939982 }, { "start": 832943096, "stop": 832954132 }, { "start": 832956078, "stop": 832992598 }, { "start": 832992601, "stop": 833009943 }, { "start": 833011437, "stop": 833016133 }, { "start": 833017570, "stop": 833020501 }, { "start": 833021306, "stop": 833021390 }, { "start": 833021391, "stop": 833026153 }, { "start": 833027870, "stop": 833036691 }, { "start": 833051249, "stop": 833051334 }, { "start": 833058643, "stop": 833058973 }, { "start": 833060236, "stop": 833061526 }, { "start": 833062522, "stop": 833064654 }, { "start": 833064655, "stop": 833069011 }, { "start": 833069012, "stop": 833137573 }, { "start": 833138983, "stop": 833140786 }, { "start": 833141296, "stop": 833144653 } ] }