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/H1_CW_CAT1/segments?format=api&page=189
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=190", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=188", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 189, "results": [ { "start": 837576112, "stop": 837600176 }, { "start": 837601271, "stop": 837601393 }, { "start": 837602290, "stop": 837628273 }, { "start": 837629815, "stop": 837636308 }, { "start": 837637517, "stop": 837641653 }, { "start": 837642801, "stop": 837644023 }, { "start": 837644921, "stop": 837651913 }, { "start": 837652942, "stop": 837653078 }, { "start": 837653136, "stop": 837667923 }, { "start": 837668792, "stop": 837723724 }, { "start": 837727091, "stop": 837766509 }, { "start": 837767310, "stop": 837778253 }, { "start": 837779093, "stop": 837785617 }, { "start": 837785733, "stop": 837787255 }, { "start": 837788519, "stop": 837788869 }, { "start": 837790232, "stop": 837797031 }, { "start": 837797408, "stop": 837806483 }, { "start": 837806653, "stop": 837815458 }, { "start": 837816616, "stop": 837823916 }, { "start": 837823920, "stop": 837826725 } ] }