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=15983
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=15984",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15982",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15983,
    "results": [
        {
            "start": 971450428,
            "stop": 971450440
        },
        {
            "start": 971450444,
            "stop": 971450447
        },
        {
            "start": 971450449,
            "stop": 971450450
        },
        {
            "start": 971450452,
            "stop": 971450455
        },
        {
            "start": 971450460,
            "stop": 971450462
        },
        {
            "start": 971450464,
            "stop": 971450465
        },
        {
            "start": 971450466,
            "stop": 971450469
        },
        {
            "start": 971450479,
            "stop": 971450526
        },
        {
            "start": 971450529,
            "stop": 971450538
        },
        {
            "start": 971450541,
            "stop": 971450620
        },
        {
            "start": 971450622,
            "stop": 971450642
        },
        {
            "start": 971450643,
            "stop": 971450752
        },
        {
            "start": 971450755,
            "stop": 971450765
        },
        {
            "start": 971450766,
            "stop": 971450782
        },
        {
            "start": 971450784,
            "stop": 971450786
        },
        {
            "start": 971450787,
            "stop": 971450791
        },
        {
            "start": 971450793,
            "stop": 971450839
        },
        {
            "start": 971450840,
            "stop": 971450859
        },
        {
            "start": 971450861,
            "stop": 971450867
        },
        {
            "start": 971450870,
            "stop": 971450878
        }
    ]
}