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=1231
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1232", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1230", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1231, "results": [ { "start": 957294600, "stop": 957294841 }, { "start": 957294843, "stop": 957295925 }, { "start": 957295927, "stop": 957296237 }, { "start": 957296239, "stop": 957296600 }, { "start": 957296602, "stop": 957302618 }, { "start": 957333559, "stop": 957334670 }, { "start": 957335143, "stop": 957335199 }, { "start": 957335201, "stop": 957335474 }, { "start": 957335476, "stop": 957335582 }, { "start": 957335584, "stop": 957336343 }, { "start": 957336345, "stop": 957336434 }, { "start": 957336436, "stop": 957336525 }, { "start": 957336527, "stop": 957336668 }, { "start": 957336670, "stop": 957336758 }, { "start": 957336759, "stop": 957336855 }, { "start": 957336857, "stop": 957336890 }, { "start": 957336892, "stop": 957337200 }, { "start": 957337202, "stop": 957337472 }, { "start": 957337474, "stop": 957337506 }, { "start": 957337508, "stop": 957337836 } ] }