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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=301",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 302,
    "results": [
        {
            "start": 931771583,
            "stop": 931771584
        },
        {
            "start": 931772276,
            "stop": 931772277
        },
        {
            "start": 931772718,
            "stop": 931772719
        },
        {
            "start": 931773384,
            "stop": 931773385
        },
        {
            "start": 931773455,
            "stop": 931773456
        },
        {
            "start": 931773460,
            "stop": 931773461
        },
        {
            "start": 931773463,
            "stop": 931773465
        },
        {
            "start": 931773583,
            "stop": 931773584
        },
        {
            "start": 931773708,
            "stop": 931773709
        },
        {
            "start": 931773854,
            "stop": 931773856
        },
        {
            "start": 931773919,
            "stop": 931773920
        },
        {
            "start": 931774230,
            "stop": 931774232
        },
        {
            "start": 931774389,
            "stop": 931774390
        },
        {
            "start": 931774561,
            "stop": 931774562
        },
        {
            "start": 931775137,
            "stop": 931775138
        },
        {
            "start": 931778332,
            "stop": 931778333
        },
        {
            "start": 931784402,
            "stop": 931784419
        },
        {
            "start": 931784421,
            "stop": 931784430
        },
        {
            "start": 931784432,
            "stop": 931784460
        },
        {
            "start": 931784462,
            "stop": 931784831
        }
    ]
}