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=132
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=133", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=131", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 132, "results": [ { "start": 829325282, "stop": 829335944 }, { "start": 829344755, "stop": 829346193 }, { "start": 829346241, "stop": 829351213 }, { "start": 829352830, "stop": 829377449 }, { "start": 829377526, "stop": 829380185 }, { "start": 829384466, "stop": 829395355 }, { "start": 829403334, "stop": 829407649 }, { "start": 829435807, "stop": 829436893 }, { "start": 829442626, "stop": 829456763 }, { "start": 829460052, "stop": 829497148 }, { "start": 829498628, "stop": 829508062 }, { "start": 829508352, "stop": 829518115 }, { "start": 829523614, "stop": 829550938 }, { "start": 829550963, "stop": 829562248 }, { "start": 829562393, "stop": 829601353 }, { "start": 829604534, "stop": 829605839 }, { "start": 829605919, "stop": 829611170 }, { "start": 829632396, "stop": 829634631 }, { "start": 829636382, "stop": 829653732 }, { "start": 829656247, "stop": 829700371 } ] }