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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 51,
    "results": [
        {
            "start": 1257906034,
            "stop": 1257907032
        },
        {
            "start": 1257907036,
            "stop": 1257910006
        },
        {
            "start": 1257910009,
            "stop": 1257913275
        },
        {
            "start": 1257913278,
            "stop": 1257918882
        },
        {
            "start": 1257918887,
            "stop": 1257923421
        },
        {
            "start": 1257923429,
            "stop": 1257923476
        },
        {
            "start": 1257923479,
            "stop": 1257924530
        },
        {
            "start": 1257924533,
            "stop": 1257927647
        },
        {
            "start": 1257927649,
            "stop": 1257929043
        },
        {
            "start": 1257929044,
            "stop": 1257929489
        },
        {
            "start": 1257929494,
            "stop": 1257931187
        },
        {
            "start": 1257931188,
            "stop": 1257932766
        },
        {
            "start": 1257932769,
            "stop": 1257936292
        },
        {
            "start": 1257936294,
            "stop": 1257937339
        },
        {
            "start": 1257937343,
            "stop": 1257938893
        },
        {
            "start": 1257938895,
            "stop": 1257939638
        },
        {
            "start": 1257939642,
            "stop": 1257942032
        },
        {
            "start": 1257942036,
            "stop": 1257944873
        },
        {
            "start": 1257944876,
            "stop": 1257947410
        },
        {
            "start": 1257947415,
            "stop": 1257947635
        }
    ]
}