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=679
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=680", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=678", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 679, "results": [ { "start": 854554210, "stop": 854555950 }, { "start": 854556717, "stop": 854557917 }, { "start": 854558160, "stop": 854559270 }, { "start": 854563256, "stop": 854564126 }, { "start": 854564276, "stop": 854564876 }, { "start": 854565260, "stop": 854565710 }, { "start": 854565740, "stop": 854565920 }, { "start": 854565950, "stop": 854570330 }, { "start": 854570640, "stop": 854575530 }, { "start": 854575680, "stop": 854576550 }, { "start": 854576700, "stop": 854579700 }, { "start": 854579906, "stop": 854581796 }, { "start": 854581826, "stop": 854581946 }, { "start": 854582006, "stop": 854582066 }, { "start": 854582096, "stop": 854582156 }, { "start": 854582216, "stop": 854584106 }, { "start": 854586790, "stop": 854588650 }, { "start": 854588838, "stop": 854591358 }, { "start": 854591490, "stop": 854595150 }, { "start": 854595282, "stop": 854595372 } ] }