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=15854
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=15855",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15853",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15854,
    "results": [
        {
            "start": 971190138,
            "stop": 971190163
        },
        {
            "start": 971190164,
            "stop": 971190363
        },
        {
            "start": 971190368,
            "stop": 971190449
        },
        {
            "start": 971190452,
            "stop": 971190463
        },
        {
            "start": 971190583,
            "stop": 971190631
        },
        {
            "start": 971190633,
            "stop": 971190638
        },
        {
            "start": 971194285,
            "stop": 971194575
        },
        {
            "start": 971194578,
            "stop": 971194925
        },
        {
            "start": 971194928,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235005
        },
        {
            "start": 971235008,
            "stop": 971235258
        },
        {
            "start": 971235259,
            "stop": 971235332
        },
        {
            "start": 971235335,
            "stop": 971235364
        },
        {
            "start": 971235367,
            "stop": 971235387
        },
        {
            "start": 971235389,
            "stop": 971235419
        },
        {
            "start": 971235421,
            "stop": 971235442
        },
        {
            "start": 971235444,
            "stop": 971235465
        },
        {
            "start": 971235467,
            "stop": 971235532
        },
        {
            "start": 971235535,
            "stop": 971235578
        },
        {
            "start": 971235581,
            "stop": 971235676
        }
    ]
}