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=754
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=755", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=753", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 754, "results": [ { "start": 859061282, "stop": 859065602 }, { "start": 859066003, "stop": 859066303 }, { "start": 859067220, "stop": 859068180 }, { "start": 859068270, "stop": 859068900 }, { "start": 859069916, "stop": 859072676 }, { "start": 859073743, "stop": 859074223 }, { "start": 859074395, "stop": 859074755 }, { "start": 859081655, "stop": 859082255 }, { "start": 859084078, "stop": 859084618 }, { "start": 859092757, "stop": 859093597 }, { "start": 859095615, "stop": 859095795 }, { "start": 859098151, "stop": 859100101 }, { "start": 859100251, "stop": 859102651 }, { "start": 859104094, "stop": 859115254 }, { "start": 859115473, "stop": 859123513 }, { "start": 859131841, "stop": 859132081 }, { "start": 859132221, "stop": 859133901 }, { "start": 859134295, "stop": 859134595 }, { "start": 859134999, "stop": 859137219 }, { "start": 859137438, "stop": 859140798 } ] }