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=5959
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=5960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5958",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5959,
    "results": [
        {
            "start": 873220081,
            "stop": 873220086
        },
        {
            "start": 873220087,
            "stop": 873220100
        },
        {
            "start": 873220101,
            "stop": 873220107
        },
        {
            "start": 873220108,
            "stop": 873220116
        },
        {
            "start": 873220117,
            "stop": 873220147
        },
        {
            "start": 873220148,
            "stop": 873220150
        },
        {
            "start": 873220152,
            "stop": 873220158
        },
        {
            "start": 873220159,
            "stop": 873220167
        },
        {
            "start": 873220168,
            "stop": 873220178
        },
        {
            "start": 873220179,
            "stop": 873220183
        },
        {
            "start": 873220185,
            "stop": 873220240
        },
        {
            "start": 873220241,
            "stop": 873220269
        },
        {
            "start": 873220270,
            "stop": 873220577
        },
        {
            "start": 873220578,
            "stop": 873220623
        },
        {
            "start": 873220624,
            "stop": 873220840
        },
        {
            "start": 873220841,
            "stop": 873220964
        },
        {
            "start": 873220965,
            "stop": 873221280
        },
        {
            "start": 873221340,
            "stop": 873221526
        },
        {
            "start": 873221527,
            "stop": 873223020
        },
        {
            "start": 873223080,
            "stop": 873223094
        }
    ]
}