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=323
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=324", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=322", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 323, "results": [ { "start": 862840696, "stop": 862841899 }, { "start": 862842886, "stop": 862843071 }, { "start": 862843906, "stop": 862844737 }, { "start": 862845556, "stop": 862851197 }, { "start": 862852160, "stop": 862852263 }, { "start": 862853324, "stop": 862858029 }, { "start": 862859084, "stop": 862859365 }, { "start": 862860633, "stop": 862867746 }, { "start": 862867902, "stop": 862870336 }, { "start": 862871059, "stop": 862873030 }, { "start": 862873163, "stop": 862877345 }, { "start": 862878514, "stop": 862883168 }, { "start": 862883911, "stop": 862891187 }, { "start": 862891256, "stop": 862898591 }, { "start": 862899856, "stop": 862900922 }, { "start": 862903180, "stop": 862906343 }, { "start": 862907782, "stop": 862912183 }, { "start": 862912253, "stop": 862912736 }, { "start": 862912782, "stop": 862922612 }, { "start": 862924438, "stop": 862925132 } ] }