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=14680
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=14681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14679",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14680,
    "results": [
        {
            "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
        },
        {
            "start": 971169494,
            "stop": 971169495
        },
        {
            "start": 971169498,
            "stop": 971169499
        },
        {
            "start": 971169500,
            "stop": 971169501
        },
        {
            "start": 971169503,
            "stop": 971169504
        },
        {
            "start": 971169510,
            "stop": 971169512
        }
    ]
}