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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=76",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 77,
    "results": [
        {
            "start": 1258675903,
            "stop": 1258677255
        },
        {
            "start": 1258677260,
            "stop": 1258680122
        },
        {
            "start": 1258680125,
            "stop": 1258680808
        },
        {
            "start": 1258680813,
            "stop": 1258681898
        },
        {
            "start": 1258681902,
            "stop": 1258682243
        },
        {
            "start": 1258682246,
            "stop": 1258689773
        },
        {
            "start": 1258689776,
            "stop": 1258691545
        },
        {
            "start": 1258691546,
            "stop": 1258693758
        },
        {
            "start": 1258693763,
            "stop": 1258699252
        },
        {
            "start": 1258699256,
            "stop": 1258705157
        },
        {
            "start": 1258705160,
            "stop": 1258706231
        },
        {
            "start": 1258706235,
            "stop": 1258707140
        },
        {
            "start": 1258707144,
            "stop": 1258716309
        },
        {
            "start": 1258716312,
            "stop": 1258720449
        },
        {
            "start": 1258720452,
            "stop": 1258722038
        },
        {
            "start": 1258722043,
            "stop": 1258723430
        },
        {
            "start": 1258723435,
            "stop": 1258723527
        },
        {
            "start": 1258723531,
            "stop": 1258724151
        },
        {
            "start": 1258724153,
            "stop": 1258727363
        },
        {
            "start": 1258727366,
            "stop": 1258729869
        }
    ]
}