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/H2_CBCHIGH_CAT4/segments?format=api&page=4790
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4789",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4790,
    "results": [
        {
            "start": 874616228,
            "stop": 874616253
        },
        {
            "start": 874616286,
            "stop": 874616288
        },
        {
            "start": 874616307,
            "stop": 874616310
        },
        {
            "start": 874616339,
            "stop": 874616387
        },
        {
            "start": 874616407,
            "stop": 874616422
        },
        {
            "start": 874616452,
            "stop": 874616473
        },
        {
            "start": 874616521,
            "stop": 874616607
        },
        {
            "start": 874616626,
            "stop": 874616678
        },
        {
            "start": 874616707,
            "stop": 874616715
        },
        {
            "start": 874616734,
            "stop": 874616738
        },
        {
            "start": 874616757,
            "stop": 874616768
        },
        {
            "start": 874616802,
            "stop": 874616817
        },
        {
            "start": 874616842,
            "stop": 874616890
        },
        {
            "start": 874616912,
            "stop": 874616922
        },
        {
            "start": 874616950,
            "stop": 874617000
        },
        {
            "start": 874617019,
            "stop": 874617035
        },
        {
            "start": 874617096,
            "stop": 874617119
        },
        {
            "start": 874617139,
            "stop": 874617205
        },
        {
            "start": 874617224,
            "stop": 874617229
        },
        {
            "start": 874617270,
            "stop": 874617298
        }
    ]
}