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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=257",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 258,
    "results": [
        {
            "start": 934119153,
            "stop": 934119216
        },
        {
            "start": 934119219,
            "stop": 934119315
        },
        {
            "start": 934119317,
            "stop": 934119412
        },
        {
            "start": 934119418,
            "stop": 934119800
        },
        {
            "start": 934119802,
            "stop": 934119824
        },
        {
            "start": 934119826,
            "stop": 934120035
        },
        {
            "start": 934120037,
            "stop": 934120314
        },
        {
            "start": 934120331,
            "stop": 934120815
        },
        {
            "start": 934121055,
            "stop": 934121087
        },
        {
            "start": 934121090,
            "stop": 934121099
        },
        {
            "start": 934121102,
            "stop": 934121744
        },
        {
            "start": 934121746,
            "stop": 934122032
        },
        {
            "start": 934122037,
            "stop": 934122051
        },
        {
            "start": 934122054,
            "stop": 934122066
        },
        {
            "start": 934122070,
            "stop": 934122163
        },
        {
            "start": 934122166,
            "stop": 934122195
        },
        {
            "start": 934122198,
            "stop": 934122422
        },
        {
            "start": 934122425,
            "stop": 934122647
        },
        {
            "start": 934122664,
            "stop": 934122665
        },
        {
            "start": 934122667,
            "stop": 934122691
        }
    ]
}