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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=137",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 138,
    "results": [
        {
            "start": 817023351,
            "stop": 817023404
        },
        {
            "start": 817023421,
            "stop": 817023437
        },
        {
            "start": 817023469,
            "stop": 817023555
        },
        {
            "start": 817023580,
            "stop": 817023602
        },
        {
            "start": 817023619,
            "stop": 817023625
        },
        {
            "start": 817023642,
            "stop": 817024634
        },
        {
            "start": 817024651,
            "stop": 817024721
        },
        {
            "start": 817024741,
            "stop": 817025636
        },
        {
            "start": 817025653,
            "stop": 817025707
        },
        {
            "start": 817025724,
            "stop": 817025886
        },
        {
            "start": 817025903,
            "stop": 817026109
        },
        {
            "start": 817026129,
            "stop": 817026590
        },
        {
            "start": 817026593,
            "stop": 817026630
        },
        {
            "start": 817030102,
            "stop": 817030340
        },
        {
            "start": 817030360,
            "stop": 817030440
        },
        {
            "start": 817030464,
            "stop": 817030509
        },
        {
            "start": 817030526,
            "stop": 817030952
        },
        {
            "start": 817031003,
            "stop": 817031096
        },
        {
            "start": 817031101,
            "stop": 817031102
        },
        {
            "start": 817031121,
            "stop": 817031122
        }
    ]
}