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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 23,
    "results": [
        {
            "start": 1168243149,
            "stop": 1168243589
        },
        {
            "start": 1168243593,
            "stop": 1168248199
        },
        {
            "start": 1168248202,
            "stop": 1168250512
        },
        {
            "start": 1168250516,
            "stop": 1168250874
        },
        {
            "start": 1168250878,
            "stop": 1168255223
        },
        {
            "start": 1168256004,
            "stop": 1168258494
        },
        {
            "start": 1168258498,
            "stop": 1168259465
        },
        {
            "start": 1168261934,
            "stop": 1168265123
        },
        {
            "start": 1168265126,
            "stop": 1168266008
        },
        {
            "start": 1168266012,
            "stop": 1168270370
        },
        {
            "start": 1168270373,
            "stop": 1168270985
        },
        {
            "start": 1168270988,
            "stop": 1168273940
        },
        {
            "start": 1168273944,
            "stop": 1168276364
        },
        {
            "start": 1168276367,
            "stop": 1168276369
        },
        {
            "start": 1168276372,
            "stop": 1168276417
        },
        {
            "start": 1168276420,
            "stop": 1168278003
        },
        {
            "start": 1168278007,
            "stop": 1168278982
        },
        {
            "start": 1168278986,
            "stop": 1168279924
        },
        {
            "start": 1168279928,
            "stop": 1168280047
        },
        {
            "start": 1168280191,
            "stop": 1168282308
        }
    ]
}