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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7456",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7454",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7455,
    "results": [
        {
            "start": 970068217,
            "stop": 970068218
        },
        {
            "start": 970068224,
            "stop": 970068232
        },
        {
            "start": 970068242,
            "stop": 970068247
        },
        {
            "start": 970068299,
            "stop": 970068462
        },
        {
            "start": 970068465,
            "stop": 970068647
        },
        {
            "start": 970068653,
            "stop": 970068791
        },
        {
            "start": 970068856,
            "stop": 970068949
        },
        {
            "start": 970068952,
            "stop": 970068954
        },
        {
            "start": 970068957,
            "stop": 970069190
        },
        {
            "start": 970069193,
            "stop": 970069242
        },
        {
            "start": 970069245,
            "stop": 970069979
        },
        {
            "start": 970069985,
            "stop": 970069986
        },
        {
            "start": 970070036,
            "stop": 970070040
        },
        {
            "start": 970070116,
            "stop": 970070119
        },
        {
            "start": 970070122,
            "stop": 970070856
        },
        {
            "start": 970070861,
            "stop": 970070872
        },
        {
            "start": 970070875,
            "stop": 970071499
        },
        {
            "start": 970071510,
            "stop": 970071511
        },
        {
            "start": 970071522,
            "stop": 970071525
        },
        {
            "start": 970071536,
            "stop": 970071984
        }
    ]
}