Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5938
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5937",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5938,
    "results": [
        {
            "start": 873186041,
            "stop": 873186042
        },
        {
            "start": 873186043,
            "stop": 873186045
        },
        {
            "start": 873186046,
            "stop": 873186047
        },
        {
            "start": 873186049,
            "stop": 873186050
        },
        {
            "start": 873186052,
            "stop": 873186053
        },
        {
            "start": 873186057,
            "stop": 873186058
        },
        {
            "start": 873186065,
            "stop": 873186066
        },
        {
            "start": 873186067,
            "stop": 873186068
        },
        {
            "start": 873186070,
            "stop": 873186071
        },
        {
            "start": 873186074,
            "stop": 873186075
        },
        {
            "start": 873186086,
            "stop": 873186089
        },
        {
            "start": 873186091,
            "stop": 873186092
        },
        {
            "start": 873186093,
            "stop": 873186095
        },
        {
            "start": 873186097,
            "stop": 873186098
        },
        {
            "start": 873186099,
            "stop": 873186100
        },
        {
            "start": 873186101,
            "stop": 873186102
        },
        {
            "start": 873186107,
            "stop": 873186108
        },
        {
            "start": 873186111,
            "stop": 873186113
        },
        {
            "start": 873186115,
            "stop": 873186118
        },
        {
            "start": 873186119,
            "stop": 873186122
        }
    ]
}