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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14790",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14788",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14789,
    "results": [
        {
            "start": 971243725,
            "stop": 971243727
        },
        {
            "start": 971243729,
            "stop": 971243742
        },
        {
            "start": 971243743,
            "stop": 971243757
        },
        {
            "start": 971243758,
            "stop": 971243778
        },
        {
            "start": 971243779,
            "stop": 971243805
        },
        {
            "start": 971243806,
            "stop": 971243814
        },
        {
            "start": 971243816,
            "stop": 971243826
        },
        {
            "start": 971243828,
            "stop": 971243872
        },
        {
            "start": 971243874,
            "stop": 971243912
        },
        {
            "start": 971243914,
            "stop": 971243925
        },
        {
            "start": 971243926,
            "stop": 971243968
        },
        {
            "start": 971243970,
            "stop": 971243980
        },
        {
            "start": 971243981,
            "stop": 971244011
        },
        {
            "start": 971244012,
            "stop": 971244016
        },
        {
            "start": 971244018,
            "stop": 971244030
        },
        {
            "start": 971244031,
            "stop": 971244050
        },
        {
            "start": 971244052,
            "stop": 971244149
        },
        {
            "start": 971244151,
            "stop": 971244155
        },
        {
            "start": 971244156,
            "stop": 971244192
        },
        {
            "start": 971244194,
            "stop": 971244216
        }
    ]
}