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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5221",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5219",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5220,
    "results": [
        {
            "start": 1136290917,
            "stop": 1136291026
        },
        {
            "start": 1136291028,
            "stop": 1136291063
        },
        {
            "start": 1136291065,
            "stop": 1136291156
        },
        {
            "start": 1136291158,
            "stop": 1136291177
        },
        {
            "start": 1136291179,
            "stop": 1136291283
        },
        {
            "start": 1136291285,
            "stop": 1136291287
        },
        {
            "start": 1136291289,
            "stop": 1136291322
        },
        {
            "start": 1136291324,
            "stop": 1136291335
        },
        {
            "start": 1136291337,
            "stop": 1136291344
        },
        {
            "start": 1136291346,
            "stop": 1136291356
        },
        {
            "start": 1136291358,
            "stop": 1136291359
        },
        {
            "start": 1136291361,
            "stop": 1136291382
        },
        {
            "start": 1136291386,
            "stop": 1136291406
        },
        {
            "start": 1136291408,
            "stop": 1136291478
        },
        {
            "start": 1136291480,
            "stop": 1136291546
        },
        {
            "start": 1136291548,
            "stop": 1136291552
        },
        {
            "start": 1136291554,
            "stop": 1136291555
        },
        {
            "start": 1136291557,
            "stop": 1136291598
        },
        {
            "start": 1136293117,
            "stop": 1136293164
        },
        {
            "start": 1136293166,
            "stop": 1136293216
        }
    ]
}