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=128
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=129", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=127", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 128, "results": [ { "start": 827858833, "stop": 827876353 }, { "start": 827876402, "stop": 827876403 }, { "start": 827876473, "stop": 827987293 }, { "start": 827989660, "stop": 828021258 }, { "start": 828021837, "stop": 828041293 }, { "start": 828041330, "stop": 828041331 }, { "start": 828042211, "stop": 828112393 }, { "start": 828112398, "stop": 828112400 }, { "start": 828135455, "stop": 828149053 }, { "start": 828149104, "stop": 828149107 }, { "start": 828149341, "stop": 828153373 }, { "start": 828162854, "stop": 828174445 }, { "start": 828175469, "stop": 828192013 }, { "start": 828192021, "stop": 828192022 }, { "start": 828192164, "stop": 828192313 }, { "start": 828192334, "stop": 828192335 }, { "start": 828192443, "stop": 828192613 }, { "start": 828192656, "stop": 828192657 }, { "start": 828192696, "stop": 828192714 }, { "start": 828193481, "stop": 828193573 } ] }