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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=786",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=784",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 785,
    "results": [
        {
            "start": 957512216,
            "stop": 957512261
        },
        {
            "start": 957512266,
            "stop": 957512385
        },
        {
            "start": 957512390,
            "stop": 957512564
        },
        {
            "start": 957512570,
            "stop": 957512736
        },
        {
            "start": 957512742,
            "stop": 957512905
        },
        {
            "start": 957512911,
            "stop": 957513023
        },
        {
            "start": 957513029,
            "stop": 957513038
        },
        {
            "start": 957513043,
            "stop": 957513168
        },
        {
            "start": 957513173,
            "stop": 957513270
        },
        {
            "start": 957513275,
            "stop": 957513379
        },
        {
            "start": 957513385,
            "stop": 957513392
        },
        {
            "start": 957513399,
            "stop": 957513459
        },
        {
            "start": 957513465,
            "stop": 957513481
        },
        {
            "start": 957513487,
            "stop": 957513537
        },
        {
            "start": 957513543,
            "stop": 957513934
        },
        {
            "start": 957513939,
            "stop": 957513999
        },
        {
            "start": 957514005,
            "stop": 957514023
        },
        {
            "start": 957514028,
            "stop": 957514033
        },
        {
            "start": 957514038,
            "stop": 957514298
        },
        {
            "start": 957514304,
            "stop": 957514312
        }
    ]
}