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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=185",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 186,
    "results": [
        {
            "start": 819763794,
            "stop": 819764070
        },
        {
            "start": 819764073,
            "stop": 819764119
        },
        {
            "start": 819764122,
            "stop": 819764124
        },
        {
            "start": 819764127,
            "stop": 819767134
        },
        {
            "start": 819767137,
            "stop": 819767503
        },
        {
            "start": 819767864,
            "stop": 819768104
        },
        {
            "start": 819768224,
            "stop": 819769076
        },
        {
            "start": 819769196,
            "stop": 819769422
        },
        {
            "start": 819769425,
            "stop": 819770517
        },
        {
            "start": 819770520,
            "stop": 819771598
        },
        {
            "start": 819771601,
            "stop": 819774639
        },
        {
            "start": 819774759,
            "stop": 819774791
        },
        {
            "start": 819774794,
            "stop": 819775758
        },
        {
            "start": 819775762,
            "stop": 819775844
        },
        {
            "start": 819775848,
            "stop": 819776109
        },
        {
            "start": 819776229,
            "stop": 819777087
        },
        {
            "start": 819777090,
            "stop": 819778733
        },
        {
            "start": 819778853,
            "stop": 819778901
        },
        {
            "start": 819778905,
            "stop": 819779436
        },
        {
            "start": 819779439,
            "stop": 819779671
        }
    ]
}