Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2192
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=2193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2191",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2192,
    "results": [
        {
            "start": 872223270,
            "stop": 872229030
        },
        {
            "start": 872229090,
            "stop": 872242591
        },
        {
            "start": 872244259,
            "stop": 872255425
        },
        {
            "start": 872255430,
            "stop": 872255460
        },
        {
            "start": 872255462,
            "stop": 872255670
        },
        {
            "start": 872255673,
            "stop": 872256282
        },
        {
            "start": 872256288,
            "stop": 872260695
        },
        {
            "start": 872260698,
            "stop": 872263027
        },
        {
            "start": 872263160,
            "stop": 872267903
        },
        {
            "start": 872267906,
            "stop": 872269565
        },
        {
            "start": 872269568,
            "stop": 872279932
        },
        {
            "start": 872279938,
            "stop": 872279940
        },
        {
            "start": 872280000,
            "stop": 872280050
        },
        {
            "start": 872280058,
            "stop": 872281668
        },
        {
            "start": 872281669,
            "stop": 872282812
        },
        {
            "start": 872282818,
            "stop": 872286550
        },
        {
            "start": 872286555,
            "stop": 872286582
        },
        {
            "start": 872286588,
            "stop": 872299574
        },
        {
            "start": 872299684,
            "stop": 872299790
        },
        {
            "start": 872300090,
            "stop": 872304610
        }
    ]
}