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/H2_STOCH_CAT1/segments?format=api&page=205
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=206", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=204", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 205, "results": [ { "start": 849630754, "stop": 849630758 }, { "start": 849630765, "stop": 849636615 }, { "start": 849636618, "stop": 849637513 }, { "start": 849680776, "stop": 849680952 }, { "start": 849680972, "stop": 849686841 }, { "start": 849686844, "stop": 849689867 }, { "start": 849689904, "stop": 849690492 }, { "start": 849690512, "stop": 849693647 }, { "start": 849693650, "stop": 849693652 }, { "start": 849693656, "stop": 849705277 }, { "start": 849706362, "stop": 849708204 }, { "start": 849708207, "stop": 849708232 }, { "start": 849708245, "stop": 849711487 }, { "start": 849712714, "stop": 849714159 }, { "start": 849714162, "stop": 849717133 }, { "start": 849717200, "stop": 849719470 }, { "start": 849720590, "stop": 849726040 }, { "start": 849727436, "stop": 849729289 }, { "start": 849729869, "stop": 849750973 }, { "start": 849752708, "stop": 849774013 } ] }