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=129
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=130", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=128", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 129, "results": [ { "start": 831419734, "stop": 831420133 }, { "start": 831421294, "stop": 831454693 }, { "start": 831455617, "stop": 831465590 }, { "start": 831466567, "stop": 831475503 }, { "start": 831476218, "stop": 831484012 }, { "start": 831484876, "stop": 831495460 }, { "start": 831495463, "stop": 831495673 }, { "start": 831505433, "stop": 831510524 }, { "start": 831511714, "stop": 831518625 }, { "start": 831520539, "stop": 831520932 }, { "start": 831520933, "stop": 831523297 }, { "start": 831523298, "stop": 831526257 }, { "start": 831526258, "stop": 831552272 }, { "start": 831552542, "stop": 831552792 }, { "start": 831554274, "stop": 831569527 }, { "start": 831570998, "stop": 831582587 }, { "start": 831585467, "stop": 831588733 }, { "start": 831589400, "stop": 831591508 }, { "start": 831595158, "stop": 831609916 }, { "start": 831614685, "stop": 831616694 } ] }