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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10188",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10189,
    "results": [
        {
            "start": 873849519,
            "stop": 873850023
        },
        {
            "start": 873850031,
            "stop": 873850964
        },
        {
            "start": 873850971,
            "stop": 873851580
        },
        {
            "start": 873851640,
            "stop": 873851760
        },
        {
            "start": 873851820,
            "stop": 873852314
        },
        {
            "start": 873852576,
            "stop": 873852618
        },
        {
            "start": 873852625,
            "stop": 873852655
        },
        {
            "start": 873852663,
            "stop": 873852686
        },
        {
            "start": 873852694,
            "stop": 873853541
        },
        {
            "start": 873853549,
            "stop": 873853697
        },
        {
            "start": 873853704,
            "stop": 873853716
        },
        {
            "start": 873853724,
            "stop": 873853822
        },
        {
            "start": 873853859,
            "stop": 873853862
        },
        {
            "start": 873853905,
            "stop": 873854220
        },
        {
            "start": 873854280,
            "stop": 873854318
        },
        {
            "start": 873854326,
            "stop": 873854885
        },
        {
            "start": 873854892,
            "stop": 873855568
        },
        {
            "start": 873855575,
            "stop": 873856493
        },
        {
            "start": 873856500,
            "stop": 873857114
        },
        {
            "start": 873857122,
            "stop": 873857404
        }
    ]
}