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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=380",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 381,
    "results": [
        {
            "start": 934884171,
            "stop": 934884185
        },
        {
            "start": 934884187,
            "stop": 934884214
        },
        {
            "start": 934884216,
            "stop": 934884219
        },
        {
            "start": 934884222,
            "stop": 934884236
        },
        {
            "start": 934884240,
            "stop": 934887755
        },
        {
            "start": 934887760,
            "stop": 934887786
        },
        {
            "start": 934887788,
            "stop": 934887820
        },
        {
            "start": 934887822,
            "stop": 934887836
        },
        {
            "start": 934887841,
            "stop": 934887906
        },
        {
            "start": 934891950,
            "stop": 934892595
        },
        {
            "start": 934895850,
            "stop": 934898566
        },
        {
            "start": 934898569,
            "stop": 934898584
        },
        {
            "start": 934898586,
            "stop": 934898593
        },
        {
            "start": 934898595,
            "stop": 934898612
        },
        {
            "start": 934898614,
            "stop": 934898617
        },
        {
            "start": 934898620,
            "stop": 934898634
        },
        {
            "start": 934898639,
            "stop": 934902159
        },
        {
            "start": 934902162,
            "stop": 934902213
        },
        {
            "start": 934902215,
            "stop": 934902219
        },
        {
            "start": 934902221,
            "stop": 934902227
        }
    ]
}