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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1166
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1167", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1165", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1166, "results": [ { "start": 952016838, "stop": 952021367 }, { "start": 952022191, "stop": 952022212 }, { "start": 952028621, "stop": 952029628 }, { "start": 952029630, "stop": 952033387 }, { "start": 952034200, "stop": 952034366 }, { "start": 952038134, "stop": 952045071 }, { "start": 952045276, "stop": 952054112 }, { "start": 952058823, "stop": 952060819 }, { "start": 952065845, "stop": 952089448 }, { "start": 952122139, "stop": 952127085 }, { "start": 952131639, "stop": 952136806 }, { "start": 952136932, "stop": 952144363 }, { "start": 952144815, "stop": 952173626 }, { "start": 952173628, "stop": 952173671 }, { "start": 952236021, "stop": 952238748 }, { "start": 952238750, "stop": 952238856 }, { "start": 952238858, "stop": 952239170 }, { "start": 952239172, "stop": 952239290 }, { "start": 952239292, "stop": 952239426 }, { "start": 952240139, "stop": 952240302 } ] }