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_CBCHIGH_CAT2/segments?format=api&page=194
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=195", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=193", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 194, "results": [ { "start": 818207922, "stop": 818207931 }, { "start": 818207954, "stop": 818207962 }, { "start": 818207972, "stop": 818207974 }, { "start": 818207980, "stop": 818207988 }, { "start": 818207999, "stop": 818208001 }, { "start": 818208006, "stop": 818208009 }, { "start": 818208018, "stop": 818208020 }, { "start": 818208023, "stop": 818208025 }, { "start": 818208028, "stop": 818208033 }, { "start": 818208057, "stop": 818208065 }, { "start": 818208074, "stop": 818208083 }, { "start": 818208095, "stop": 818208097 }, { "start": 818208105, "stop": 818208106 }, { "start": 818208109, "stop": 818208110 }, { "start": 818208116, "stop": 818208119 }, { "start": 818208122, "stop": 818208129 }, { "start": 818208134, "stop": 818208135 }, { "start": 818208151, "stop": 818208152 }, { "start": 818208155, "stop": 818208156 }, { "start": 818208172, "stop": 818208173 } ] }