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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=802",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=800",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 801,
    "results": [
        {
            "start": 1268529073,
            "stop": 1268529109
        },
        {
            "start": 1268529112,
            "stop": 1268530842
        },
        {
            "start": 1268530845,
            "stop": 1268531795
        },
        {
            "start": 1268531797,
            "stop": 1268537643
        },
        {
            "start": 1268537644,
            "stop": 1268538240
        },
        {
            "start": 1268538243,
            "stop": 1268538328
        },
        {
            "start": 1268538333,
            "stop": 1268543498
        },
        {
            "start": 1268543502,
            "stop": 1268544081
        },
        {
            "start": 1268544085,
            "stop": 1268549290
        },
        {
            "start": 1268549293,
            "stop": 1268557011
        },
        {
            "start": 1268557015,
            "stop": 1268557223
        },
        {
            "start": 1268557227,
            "stop": 1268557635
        },
        {
            "start": 1268557638,
            "stop": 1268557824
        },
        {
            "start": 1268557920,
            "stop": 1268558108
        },
        {
            "start": 1268558291,
            "stop": 1268561438
        },
        {
            "start": 1268561442,
            "stop": 1268563225
        },
        {
            "start": 1268563227,
            "stop": 1268563535
        },
        {
            "start": 1268563539,
            "stop": 1268566096
        },
        {
            "start": 1268566097,
            "stop": 1268566100
        },
        {
            "start": 1268566101,
            "stop": 1268566111
        }
    ]
}