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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=159
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=160", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=158", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 159, "results": [ { "start": 1239978848, "stop": 1239978969 }, { "start": 1239978971, "stop": 1239979089 }, { "start": 1239979091, "stop": 1239979209 }, { "start": 1239979211, "stop": 1239979329 }, { "start": 1239979330, "stop": 1239979449 }, { "start": 1239979450, "stop": 1239979569 }, { "start": 1239979570, "stop": 1239979689 }, { "start": 1239979690, "stop": 1239979809 }, { "start": 1239979810, "stop": 1239979929 }, { "start": 1239979930, "stop": 1239980049 }, { "start": 1239980050, "stop": 1239980169 }, { "start": 1239980170, "stop": 1239980289 }, { "start": 1239980290, "stop": 1239980409 }, { "start": 1239980410, "stop": 1239980487 }, { "start": 1239982548, "stop": 1239982569 }, { "start": 1239982570, "stop": 1239982689 }, { "start": 1239982690, "stop": 1239982809 }, { "start": 1239982810, "stop": 1239982929 }, { "start": 1239982930, "stop": 1239983049 }, { "start": 1239983050, "stop": 1239983169 } ] }