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/L1_STOCH_CAT2_H2L1/segments?format=api&page=414
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=415", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=413", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 414, "results": [ { "start": 838175303, "stop": 838176863 }, { "start": 838177053, "stop": 838183113 }, { "start": 838183322, "stop": 838190702 }, { "start": 838190858, "stop": 838191278 }, { "start": 838191897, "stop": 838194777 }, { "start": 838194937, "stop": 838199257 }, { "start": 838199462, "stop": 838200122 }, { "start": 838202304, "stop": 838204704 }, { "start": 838204852, "stop": 838209592 }, { "start": 838211086, "stop": 838212766 }, { "start": 838213015, "stop": 838213195 }, { "start": 838214276, "stop": 838221716 }, { "start": 838221906, "stop": 838227486 }, { "start": 838227764, "stop": 838236644 }, { "start": 838236818, "stop": 838238258 }, { "start": 838245365, "stop": 838248365 }, { "start": 838249026, "stop": 838255686 }, { "start": 838255910, "stop": 838256690 }, { "start": 838256840, "stop": 838257830 }, { "start": 838266463, "stop": 838280323 } ] }