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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=134",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 135,
    "results": [
        {
            "start": 819177667,
            "stop": 819177684
        },
        {
            "start": 819177687,
            "stop": 819177724
        },
        {
            "start": 819177728,
            "stop": 819177960
        },
        {
            "start": 819178020,
            "stop": 819178083
        },
        {
            "start": 819178086,
            "stop": 819178114
        },
        {
            "start": 819178118,
            "stop": 819178121
        },
        {
            "start": 819178124,
            "stop": 819178640
        },
        {
            "start": 819178644,
            "stop": 819178916
        },
        {
            "start": 819179036,
            "stop": 819179262
        },
        {
            "start": 819179265,
            "stop": 819179319
        },
        {
            "start": 819179336,
            "stop": 819179431
        },
        {
            "start": 819179435,
            "stop": 819179712
        },
        {
            "start": 819179729,
            "stop": 819180024
        },
        {
            "start": 819180041,
            "stop": 819180158
        },
        {
            "start": 819180161,
            "stop": 819180309
        },
        {
            "start": 819180334,
            "stop": 819180359
        },
        {
            "start": 819180363,
            "stop": 819180366
        },
        {
            "start": 819180370,
            "stop": 819180521
        },
        {
            "start": 819180548,
            "stop": 819180704
        },
        {
            "start": 819180707,
            "stop": 819180766
        }
    ]
}