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=3947
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=3948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3946",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3947,
    "results": [
        {
            "start": 874307633,
            "stop": 874307707
        },
        {
            "start": 874307710,
            "stop": 874307738
        },
        {
            "start": 874307741,
            "stop": 874307755
        },
        {
            "start": 874307758,
            "stop": 874307759
        },
        {
            "start": 874307765,
            "stop": 874307777
        },
        {
            "start": 874307780,
            "stop": 874307786
        },
        {
            "start": 874307789,
            "stop": 874309718
        },
        {
            "start": 874311276,
            "stop": 874311538
        },
        {
            "start": 874311541,
            "stop": 874311547
        },
        {
            "start": 874311550,
            "stop": 874311573
        },
        {
            "start": 874311576,
            "stop": 874312156
        },
        {
            "start": 874312159,
            "stop": 874312166
        },
        {
            "start": 874312170,
            "stop": 874312176
        },
        {
            "start": 874312179,
            "stop": 874312204
        },
        {
            "start": 874312207,
            "stop": 874312211
        },
        {
            "start": 874312214,
            "stop": 874312226
        },
        {
            "start": 874312229,
            "stop": 874312231
        },
        {
            "start": 874312236,
            "stop": 874312244
        },
        {
            "start": 874312247,
            "stop": 874312261
        },
        {
            "start": 874312264,
            "stop": 874313489
        }
    ]
}