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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6934",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6935,
    "results": [
        {
            "start": 873722476,
            "stop": 873722490
        },
        {
            "start": 873722500,
            "stop": 873722504
        },
        {
            "start": 873722514,
            "stop": 873722557
        },
        {
            "start": 873722564,
            "stop": 873722596
        },
        {
            "start": 873722600,
            "stop": 873722613
        },
        {
            "start": 873722616,
            "stop": 873722681
        },
        {
            "start": 873722685,
            "stop": 873722729
        },
        {
            "start": 873722735,
            "stop": 873722755
        },
        {
            "start": 873722758,
            "stop": 873722800
        },
        {
            "start": 873722807,
            "stop": 873722820
        },
        {
            "start": 873722830,
            "stop": 873722841
        },
        {
            "start": 873722845,
            "stop": 873722847
        },
        {
            "start": 873722850,
            "stop": 873722857
        },
        {
            "start": 873722860,
            "stop": 873722884
        },
        {
            "start": 873722888,
            "stop": 873722904
        },
        {
            "start": 873722911,
            "stop": 873722962
        },
        {
            "start": 873722968,
            "stop": 873723019
        },
        {
            "start": 873723022,
            "stop": 873723029
        },
        {
            "start": 873723033,
            "stop": 873723056
        },
        {
            "start": 873723064,
            "stop": 873723091
        }
    ]
}