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=872
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=873", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=871", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 872, "results": [ { "start": 865869690, "stop": 865871910 }, { "start": 865872052, "stop": 865872112 }, { "start": 865872262, "stop": 865872502 }, { "start": 865872665, "stop": 865873295 }, { "start": 865873653, "stop": 865874013 }, { "start": 865874140, "stop": 865874800 }, { "start": 865874951, "stop": 865875671 }, { "start": 865878302, "stop": 865878482 }, { "start": 865878634, "stop": 865881694 }, { "start": 865881917, "stop": 865882007 }, { "start": 865882334, "stop": 865882394 }, { "start": 865882828, "stop": 865882948 }, { "start": 865883395, "stop": 865884025 }, { "start": 865884175, "stop": 865886635 }, { "start": 865886782, "stop": 865888102 }, { "start": 865888232, "stop": 865888532 }, { "start": 865888688, "stop": 865888868 }, { "start": 865889031, "stop": 865889151 }, { "start": 865889286, "stop": 865889346 }, { "start": 865889501, "stop": 865893281 } ] }