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=15805
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=15806",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15804",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15805,
    "results": [
        {
            "start": 971175544,
            "stop": 971175549
        },
        {
            "start": 971175551,
            "stop": 971175576
        },
        {
            "start": 971175577,
            "stop": 971175600
        },
        {
            "start": 971175602,
            "stop": 971175605
        },
        {
            "start": 971175606,
            "stop": 971175615
        },
        {
            "start": 971175616,
            "stop": 971175620
        },
        {
            "start": 971175621,
            "stop": 971175625
        },
        {
            "start": 971175626,
            "stop": 971175627
        },
        {
            "start": 971176298,
            "stop": 971176362
        },
        {
            "start": 971176363,
            "stop": 971176368
        },
        {
            "start": 971176370,
            "stop": 971176374
        },
        {
            "start": 971176375,
            "stop": 971176378
        },
        {
            "start": 971176379,
            "stop": 971176385
        },
        {
            "start": 971176386,
            "stop": 971176393
        },
        {
            "start": 971176394,
            "stop": 971176401
        },
        {
            "start": 971176402,
            "stop": 971176407
        },
        {
            "start": 971176408,
            "stop": 971176409
        },
        {
            "start": 971176413,
            "stop": 971176424
        },
        {
            "start": 971176426,
            "stop": 971176430
        },
        {
            "start": 971176431,
            "stop": 971176436
        }
    ]
}