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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=148",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 149,
    "results": [
        {
            "start": 826270699,
            "stop": 826271062
        },
        {
            "start": 826271812,
            "stop": 826271838
        },
        {
            "start": 826274285,
            "stop": 826275622
        },
        {
            "start": 826275732,
            "stop": 826276399
        },
        {
            "start": 826276699,
            "stop": 826277397
        },
        {
            "start": 826277507,
            "stop": 826280111
        },
        {
            "start": 826280411,
            "stop": 826280701
        },
        {
            "start": 826281001,
            "stop": 826281005
        },
        {
            "start": 826281115,
            "stop": 826281247
        },
        {
            "start": 826281547,
            "stop": 826305324
        },
        {
            "start": 826305327,
            "stop": 826306337
        },
        {
            "start": 826306343,
            "stop": 826307022
        },
        {
            "start": 826307028,
            "stop": 826308137
        },
        {
            "start": 826308143,
            "stop": 826310177
        },
        {
            "start": 826310180,
            "stop": 826310186
        },
        {
            "start": 826310189,
            "stop": 826310190
        },
        {
            "start": 826310196,
            "stop": 826310693
        },
        {
            "start": 826310696,
            "stop": 826313662
        },
        {
            "start": 826313668,
            "stop": 826314657
        },
        {
            "start": 826314663,
            "stop": 826314675
        }
    ]
}