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=311
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=312", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=310", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 311, "results": [ { "start": 853024167, "stop": 853024168 }, { "start": 853024526, "stop": 853098913 }, { "start": 853099012, "stop": 853196703 }, { "start": 853199741, "stop": 853206673 }, { "start": 853206711, "stop": 853206713 }, { "start": 853206851, "stop": 853263973 }, { "start": 853266188, "stop": 853272954 }, { "start": 853273907, "stop": 853276453 }, { "start": 853276488, "stop": 853276489 }, { "start": 853276577, "stop": 853277213 }, { "start": 853277335, "stop": 853288957 }, { "start": 853289545, "stop": 853293369 }, { "start": 853293551, "stop": 853313003 }, { "start": 853313551, "stop": 853315982 }, { "start": 853343884, "stop": 853344433 }, { "start": 853346506, "stop": 853351153 }, { "start": 853351203, "stop": 853351204 }, { "start": 853351268, "stop": 853353903 }, { "start": 853353943, "stop": 853358833 }, { "start": 853358875, "stop": 853358876 } ] }