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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3556",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3554",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3555,
    "results": [
        {
            "start": 871663188,
            "stop": 871663377
        },
        {
            "start": 871663394,
            "stop": 871663629
        },
        {
            "start": 871663646,
            "stop": 871663647
        },
        {
            "start": 871663664,
            "stop": 871663711
        },
        {
            "start": 871663728,
            "stop": 871663730
        },
        {
            "start": 871663747,
            "stop": 871663920
        },
        {
            "start": 871663996,
            "stop": 871664030
        },
        {
            "start": 871664058,
            "stop": 871664560
        },
        {
            "start": 871664577,
            "stop": 871664795
        },
        {
            "start": 871664812,
            "stop": 871664997
        },
        {
            "start": 871665014,
            "stop": 871665030
        },
        {
            "start": 871665047,
            "stop": 871665153
        },
        {
            "start": 871665170,
            "stop": 871666322
        },
        {
            "start": 871666339,
            "stop": 871666794
        },
        {
            "start": 871666811,
            "stop": 871667385
        },
        {
            "start": 871667389,
            "stop": 871667490
        },
        {
            "start": 871667507,
            "stop": 871667668
        },
        {
            "start": 871667685,
            "stop": 871667728
        },
        {
            "start": 871667745,
            "stop": 871667908
        },
        {
            "start": 871667925,
            "stop": 871668575
        }
    ]
}