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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=142",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 143,
    "results": [
        {
            "start": 817133197,
            "stop": 817133651
        },
        {
            "start": 817133670,
            "stop": 817133900
        },
        {
            "start": 817133919,
            "stop": 817134302
        },
        {
            "start": 817134323,
            "stop": 817134360
        },
        {
            "start": 817134420,
            "stop": 817134619
        },
        {
            "start": 817134640,
            "stop": 817134707
        },
        {
            "start": 817134728,
            "stop": 817134889
        },
        {
            "start": 817134917,
            "stop": 817134936
        },
        {
            "start": 817134955,
            "stop": 817135230
        },
        {
            "start": 817135330,
            "stop": 817135332
        },
        {
            "start": 817135364,
            "stop": 817135393
        },
        {
            "start": 817135413,
            "stop": 817135428
        },
        {
            "start": 817135448,
            "stop": 817135490
        },
        {
            "start": 817135549,
            "stop": 817135589
        },
        {
            "start": 817135609,
            "stop": 817135888
        },
        {
            "start": 817135908,
            "stop": 817136035
        },
        {
            "start": 817136056,
            "stop": 817136100
        },
        {
            "start": 817136160,
            "stop": 817136206
        },
        {
            "start": 817136226,
            "stop": 817136783
        },
        {
            "start": 817136845,
            "stop": 817136934
        }
    ]
}