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_CW_CAT1/segments?format=api&page=235
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=236", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=234", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 235, "results": [ { "start": 847506213, "stop": 847512265 }, { "start": 847512326, "stop": 847514880 }, { "start": 847515025, "stop": 847516377 }, { "start": 847517074, "stop": 847517533 }, { "start": 847520164, "stop": 847525393 }, { "start": 847525412, "stop": 847525413 }, { "start": 847526103, "stop": 847527253 }, { "start": 847527265, "stop": 847527266 }, { "start": 847527373, "stop": 847527429 }, { "start": 847527501, "stop": 847528513 }, { "start": 847528544, "stop": 847528545 }, { "start": 847528665, "stop": 847529879 }, { "start": 847529960, "stop": 847530673 }, { "start": 847530711, "stop": 847530713 }, { "start": 847530793, "stop": 847534435 }, { "start": 847535267, "stop": 847541400 }, { "start": 847542293, "stop": 847545236 }, { "start": 847546074, "stop": 847546273 }, { "start": 847546307, "stop": 847546309 }, { "start": 847546394, "stop": 847546421 } ] }