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=15763
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=15764",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15762",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15763,
    "results": [
        {
            "start": 971169375,
            "stop": 971169376
        },
        {
            "start": 971169378,
            "stop": 971169379
        },
        {
            "start": 971169382,
            "stop": 971169387
        },
        {
            "start": 971169389,
            "stop": 971169392
        },
        {
            "start": 971169394,
            "stop": 971169398
        },
        {
            "start": 971169403,
            "stop": 971169404
        },
        {
            "start": 971169411,
            "stop": 971169415
        },
        {
            "start": 971169417,
            "stop": 971169418
        },
        {
            "start": 971169422,
            "stop": 971169424
        },
        {
            "start": 971169425,
            "stop": 971169426
        },
        {
            "start": 971169430,
            "stop": 971169431
        },
        {
            "start": 971169436,
            "stop": 971169440
        },
        {
            "start": 971169446,
            "stop": 971169449
        },
        {
            "start": 971169452,
            "stop": 971169456
        },
        {
            "start": 971169458,
            "stop": 971169467
        },
        {
            "start": 971169470,
            "stop": 971169472
        },
        {
            "start": 971169473,
            "stop": 971169475
        },
        {
            "start": 971169477,
            "stop": 971169478
        },
        {
            "start": 971169479,
            "stop": 971169486
        },
        {
            "start": 971169489,
            "stop": 971169492
        }
    ]
}