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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=279",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 280,
    "results": [
        {
            "start": 820804226,
            "stop": 820804681
        },
        {
            "start": 820806310,
            "stop": 820806981
        },
        {
            "start": 820807101,
            "stop": 820812318
        },
        {
            "start": 820812438,
            "stop": 820816581
        },
        {
            "start": 820816701,
            "stop": 820816797
        },
        {
            "start": 820816917,
            "stop": 820818285
        },
        {
            "start": 820818405,
            "stop": 820819616
        },
        {
            "start": 820819648,
            "stop": 820821052
        },
        {
            "start": 820821055,
            "stop": 820826536
        },
        {
            "start": 820826539,
            "stop": 820827412
        },
        {
            "start": 820827415,
            "stop": 820827946
        },
        {
            "start": 820828434,
            "stop": 820832832
        },
        {
            "start": 820832864,
            "stop": 820836808
        },
        {
            "start": 820836811,
            "stop": 820837092
        },
        {
            "start": 820837095,
            "stop": 820842812
        },
        {
            "start": 820842815,
            "stop": 820843904
        },
        {
            "start": 820843936,
            "stop": 820845026
        },
        {
            "start": 820845030,
            "stop": 820845697
        },
        {
            "start": 820845700,
            "stop": 820847200
        },
        {
            "start": 820847232,
            "stop": 820847303
        }
    ]
}