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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 28,
    "results": [
        {
            "start": 1370226667,
            "stop": 1370226683
        },
        {
            "start": 1370226688,
            "stop": 1370226702
        },
        {
            "start": 1370226707,
            "stop": 1370226998
        },
        {
            "start": 1370227002,
            "stop": 1370227517
        },
        {
            "start": 1370227522,
            "stop": 1370227547
        },
        {
            "start": 1370227551,
            "stop": 1370227554
        },
        {
            "start": 1370232614,
            "stop": 1370241860
        },
        {
            "start": 1370241865,
            "stop": 1370242424
        },
        {
            "start": 1370242429,
            "stop": 1370242445
        },
        {
            "start": 1370247996,
            "stop": 1370248140
        },
        {
            "start": 1370248145,
            "stop": 1370252817
        },
        {
            "start": 1370252822,
            "stop": 1370253887
        },
        {
            "start": 1370261630,
            "stop": 1370262003
        },
        {
            "start": 1370262004,
            "stop": 1370263087
        },
        {
            "start": 1370263088,
            "stop": 1370263150
        },
        {
            "start": 1370263151,
            "stop": 1370264334
        },
        {
            "start": 1370264335,
            "stop": 1370264490
        },
        {
            "start": 1370264491,
            "stop": 1370267914
        },
        {
            "start": 1370282070,
            "stop": 1370284880
        },
        {
            "start": 1370284885,
            "stop": 1370290330
        }
    ]
}