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=336
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=337", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=335", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 336, "results": [ { "start": 834202031, "stop": 834202091 }, { "start": 834202280, "stop": 834202400 }, { "start": 834202846, "stop": 834202966 }, { "start": 834203738, "stop": 834203858 }, { "start": 834204017, "stop": 834204137 }, { "start": 834204361, "stop": 834204601 }, { "start": 834204792, "stop": 834205092 }, { "start": 834205314, "stop": 834205494 }, { "start": 834205638, "stop": 834205818 }, { "start": 834206231, "stop": 834206591 }, { "start": 834206781, "stop": 834207021 }, { "start": 834207184, "stop": 834207244 }, { "start": 834207813, "stop": 834207933 }, { "start": 834208159, "stop": 834208519 }, { "start": 834209179, "stop": 834209359 }, { "start": 834209884, "stop": 834210004 }, { "start": 834210632, "stop": 834210692 }, { "start": 834211040, "stop": 834211520 }, { "start": 834211718, "stop": 834212078 }, { "start": 834212218, "stop": 834212278 } ] }