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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=120",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 121,
    "results": [
        {
            "start": 818244737,
            "stop": 818244738
        },
        {
            "start": 818244846,
            "stop": 818244851
        },
        {
            "start": 818244892,
            "stop": 818244893
        },
        {
            "start": 818245025,
            "stop": 818245028
        },
        {
            "start": 818245063,
            "stop": 818245065
        },
        {
            "start": 818245878,
            "stop": 818245880
        },
        {
            "start": 818245993,
            "stop": 818245995
        },
        {
            "start": 818246005,
            "stop": 818246006
        },
        {
            "start": 818246028,
            "stop": 818246030
        },
        {
            "start": 818246038,
            "stop": 818246040
        },
        {
            "start": 818246072,
            "stop": 818246079
        },
        {
            "start": 818246094,
            "stop": 818246099
        },
        {
            "start": 818246173,
            "stop": 818246175
        },
        {
            "start": 818246199,
            "stop": 818246200
        },
        {
            "start": 818246228,
            "stop": 818246231
        },
        {
            "start": 818246348,
            "stop": 818246349
        },
        {
            "start": 818246367,
            "stop": 818246369
        },
        {
            "start": 818246417,
            "stop": 818246419
        },
        {
            "start": 818246429,
            "stop": 818246431
        },
        {
            "start": 818246450,
            "stop": 818246452
        }
    ]
}