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=132
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=133", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=131", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 132, "results": [ { "start": 821708038, "stop": 821708158 }, { "start": 821708676, "stop": 821708736 }, { "start": 821708977, "stop": 821709097 }, { "start": 821709412, "stop": 821709472 }, { "start": 821709715, "stop": 821709835 }, { "start": 821710125, "stop": 821710365 }, { "start": 821710671, "stop": 821710731 }, { "start": 821710882, "stop": 821711122 }, { "start": 821712448, "stop": 821712508 }, { "start": 821760837, "stop": 821761017 }, { "start": 821761299, "stop": 821761479 }, { "start": 821762016, "stop": 821762076 }, { "start": 821768467, "stop": 821768527 }, { "start": 821768901, "stop": 821768961 }, { "start": 821769905, "stop": 821770025 }, { "start": 821770354, "stop": 821770414 }, { "start": 821770570, "stop": 821770630 }, { "start": 821772627, "stop": 821772687 }, { "start": 821773735, "stop": 821773795 }, { "start": 821775351, "stop": 821775531 } ] }