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=6953
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=6954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6952",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6953,
    "results": [
        {
            "start": 873745706,
            "stop": 873745766
        },
        {
            "start": 873745770,
            "stop": 873745850
        },
        {
            "start": 873745854,
            "stop": 873745986
        },
        {
            "start": 873745995,
            "stop": 873746007
        },
        {
            "start": 873746012,
            "stop": 873746383
        },
        {
            "start": 873746386,
            "stop": 873746500
        },
        {
            "start": 873746506,
            "stop": 873746557
        },
        {
            "start": 873746561,
            "stop": 873746711
        },
        {
            "start": 873746714,
            "stop": 873746737
        },
        {
            "start": 873746740,
            "stop": 873746780
        },
        {
            "start": 873746990,
            "stop": 873747093
        },
        {
            "start": 873747097,
            "stop": 873747163
        },
        {
            "start": 873747166,
            "stop": 873747170
        },
        {
            "start": 873747682,
            "stop": 873747780
        },
        {
            "start": 873747900,
            "stop": 873747916
        },
        {
            "start": 873748080,
            "stop": 873748288
        },
        {
            "start": 873748292,
            "stop": 873748336
        },
        {
            "start": 873748576,
            "stop": 873748622
        },
        {
            "start": 873748625,
            "stop": 873749123
        },
        {
            "start": 873749127,
            "stop": 873749155
        }
    ]
}