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_CW_CAT1/segments?format=api&page=134
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=135", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=133", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 134, "results": [ { "start": 828559091, "stop": 828559985 }, { "start": 828562529, "stop": 828562532 }, { "start": 828563985, "stop": 828564901 }, { "start": 828564903, "stop": 828565381 }, { "start": 828565383, "stop": 828566145 }, { "start": 828567788, "stop": 828571393 }, { "start": 828573652, "stop": 828581593 }, { "start": 828581630, "stop": 828581632 }, { "start": 828582887, "stop": 828585124 }, { "start": 828585691, "stop": 828588525 }, { "start": 828589204, "stop": 828591253 }, { "start": 828591856, "stop": 828622903 }, { "start": 828623721, "stop": 828625684 }, { "start": 828625959, "stop": 828625989 }, { "start": 828706279, "stop": 828711133 }, { "start": 828711167, "stop": 828711169 }, { "start": 828711441, "stop": 828711787 }, { "start": 828712147, "stop": 828712738 }, { "start": 828714159, "stop": 828714441 }, { "start": 828715894, "stop": 828718015 } ] }