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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=287",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 288,
    "results": [
        {
            "start": 818237007,
            "stop": 818237008
        },
        {
            "start": 818237011,
            "stop": 818237014
        },
        {
            "start": 818237057,
            "stop": 818237068
        },
        {
            "start": 818237078,
            "stop": 818237080
        },
        {
            "start": 818237085,
            "stop": 818237086
        },
        {
            "start": 818237092,
            "stop": 818237093
        },
        {
            "start": 818237102,
            "stop": 818237105
        },
        {
            "start": 818237153,
            "stop": 818237157
        },
        {
            "start": 818237164,
            "stop": 818237166
        },
        {
            "start": 818237173,
            "stop": 818237175
        },
        {
            "start": 818237184,
            "stop": 818237185
        },
        {
            "start": 818237210,
            "stop": 818237212
        },
        {
            "start": 818237217,
            "stop": 818237219
        },
        {
            "start": 818237226,
            "stop": 818237229
        },
        {
            "start": 818237267,
            "stop": 818237270
        },
        {
            "start": 818237274,
            "stop": 818237275
        },
        {
            "start": 818237287,
            "stop": 818237289
        },
        {
            "start": 818237298,
            "stop": 818237301
        },
        {
            "start": 818237314,
            "stop": 818237318
        },
        {
            "start": 818237321,
            "stop": 818237325
        }
    ]
}