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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=207",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 208,
    "results": [
        {
            "start": 1261951587,
            "stop": 1261953185
        },
        {
            "start": 1261953187,
            "stop": 1261956200
        },
        {
            "start": 1261956202,
            "stop": 1261957009
        },
        {
            "start": 1261957014,
            "stop": 1261957162
        },
        {
            "start": 1261957165,
            "stop": 1261957408
        },
        {
            "start": 1261957410,
            "stop": 1261957527
        },
        {
            "start": 1261957530,
            "stop": 1261958116
        },
        {
            "start": 1261958118,
            "stop": 1261958354
        },
        {
            "start": 1261958357,
            "stop": 1261962813
        },
        {
            "start": 1261962817,
            "stop": 1261964276
        },
        {
            "start": 1261964281,
            "stop": 1261964342
        },
        {
            "start": 1261964347,
            "stop": 1261964969
        },
        {
            "start": 1261964974,
            "stop": 1261968021
        },
        {
            "start": 1261968024,
            "stop": 1261970314
        },
        {
            "start": 1261970317,
            "stop": 1261971231
        },
        {
            "start": 1261971235,
            "stop": 1261972044
        },
        {
            "start": 1261972048,
            "stop": 1261972857
        },
        {
            "start": 1261972860,
            "stop": 1261973384
        },
        {
            "start": 1261973386,
            "stop": 1261973866
        },
        {
            "start": 1261973871,
            "stop": 1261974086
        }
    ]
}