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=313
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=314", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=312", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 313, "results": [ { "start": 853957696, "stop": 853962236 }, { "start": 854013754, "stop": 854043389 }, { "start": 854046197, "stop": 854050906 }, { "start": 854082332, "stop": 854087085 }, { "start": 854088142, "stop": 854123055 }, { "start": 854124617, "stop": 854128889 }, { "start": 854129041, "stop": 854171854 }, { "start": 854174791, "stop": 854198216 }, { "start": 854199516, "stop": 854208103 }, { "start": 854238914, "stop": 854249356 }, { "start": 854251031, "stop": 854288354 }, { "start": 854289452, "stop": 854292373 }, { "start": 854295168, "stop": 854311849 }, { "start": 854316899, "stop": 854319712 }, { "start": 854321804, "stop": 854324746 }, { "start": 854327038, "stop": 854408756 }, { "start": 854410250, "stop": 854427614 }, { "start": 854427844, "stop": 854478764 }, { "start": 854479713, "stop": 854482221 }, { "start": 854483245, "stop": 854504707 } ] }