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=5958
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=5959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5957",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5958,
    "results": [
        {
            "start": 873219918,
            "stop": 873219919
        },
        {
            "start": 873219920,
            "stop": 873219923
        },
        {
            "start": 873219924,
            "stop": 873219926
        },
        {
            "start": 873219927,
            "stop": 873219938
        },
        {
            "start": 873219944,
            "stop": 873219945
        },
        {
            "start": 873219948,
            "stop": 873219949
        },
        {
            "start": 873219952,
            "stop": 873219954
        },
        {
            "start": 873219957,
            "stop": 873219960
        },
        {
            "start": 873219963,
            "stop": 873219964
        },
        {
            "start": 873219967,
            "stop": 873219970
        },
        {
            "start": 873219974,
            "stop": 873219977
        },
        {
            "start": 873219978,
            "stop": 873219980
        },
        {
            "start": 873219981,
            "stop": 873219989
        },
        {
            "start": 873219990,
            "stop": 873219994
        },
        {
            "start": 873219995,
            "stop": 873220003
        },
        {
            "start": 873220004,
            "stop": 873220054
        },
        {
            "start": 873220056,
            "stop": 873220057
        },
        {
            "start": 873220059,
            "stop": 873220063
        },
        {
            "start": 873220065,
            "stop": 873220073
        },
        {
            "start": 873220074,
            "stop": 873220079
        }
    ]
}