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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=303",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 304,
    "results": [
        {
            "start": 821068813,
            "stop": 821069233
        },
        {
            "start": 821069236,
            "stop": 821069468
        },
        {
            "start": 821069487,
            "stop": 821070005
        },
        {
            "start": 821070008,
            "stop": 821070869
        },
        {
            "start": 821075333,
            "stop": 821075874
        },
        {
            "start": 821076347,
            "stop": 821076358
        },
        {
            "start": 821076367,
            "stop": 821076390
        },
        {
            "start": 821076415,
            "stop": 821076924
        },
        {
            "start": 821076928,
            "stop": 821077033
        },
        {
            "start": 821077037,
            "stop": 821077067
        },
        {
            "start": 821077071,
            "stop": 821077235
        },
        {
            "start": 821077239,
            "stop": 821077254
        },
        {
            "start": 821077258,
            "stop": 821077412
        },
        {
            "start": 821077415,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821078536
        },
        {
            "start": 821078539,
            "stop": 821078886
        },
        {
            "start": 821078905,
            "stop": 821080239
        },
        {
            "start": 821080242,
            "stop": 821080405
        },
        {
            "start": 821080408,
            "stop": 821080876
        },
        {
            "start": 821080895,
            "stop": 821081754
        }
    ]
}