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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14820
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14821", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14819", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14820, "results": [ { "start": 971258487, "stop": 971258490 }, { "start": 971258492, "stop": 971258494 }, { "start": 971258497, "stop": 971258499 }, { "start": 971258501, "stop": 971258503 }, { "start": 971258504, "stop": 971258506 }, { "start": 971258509, "stop": 971258511 }, { "start": 971258530, "stop": 971258543 }, { "start": 971258546, "stop": 971258551 }, { "start": 971258553, "stop": 971258565 }, { "start": 971258567, "stop": 971258569 }, { "start": 971258571, "stop": 971258573 }, { "start": 971258575, "stop": 971258577 }, { "start": 971258579, "stop": 971258592 }, { "start": 971258594, "stop": 971258598 }, { "start": 971258599, "stop": 971258600 }, { "start": 971258601, "stop": 971258602 }, { "start": 971258604, "stop": 971258605 }, { "start": 971258607, "stop": 971258613 }, { "start": 971258614, "stop": 971258617 }, { "start": 971258620, "stop": 971258622 } ] }