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_CAT3/segments?format=api&page=430
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=431",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=429",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 430,
    "results": [
        {
            "start": 1264378033,
            "stop": 1264378038
        },
        {
            "start": 1264378039,
            "stop": 1264378040
        },
        {
            "start": 1264378042,
            "stop": 1264378073
        },
        {
            "start": 1264378074,
            "stop": 1264378090
        },
        {
            "start": 1264378091,
            "stop": 1264378168
        },
        {
            "start": 1264378174,
            "stop": 1264378186
        },
        {
            "start": 1264378187,
            "stop": 1264378189
        },
        {
            "start": 1264378190,
            "stop": 1264378222
        },
        {
            "start": 1264378223,
            "stop": 1264378224
        },
        {
            "start": 1264378226,
            "stop": 1264378239
        },
        {
            "start": 1264378241,
            "stop": 1264378299
        },
        {
            "start": 1264378301,
            "stop": 1264378315
        },
        {
            "start": 1264378317,
            "stop": 1264378342
        },
        {
            "start": 1264378344,
            "stop": 1264378425
        },
        {
            "start": 1264378426,
            "stop": 1264378428
        },
        {
            "start": 1264378429,
            "stop": 1264378453
        },
        {
            "start": 1264378455,
            "stop": 1264378489
        },
        {
            "start": 1264378491,
            "stop": 1264378492
        },
        {
            "start": 1264378493,
            "stop": 1264378500
        },
        {
            "start": 1264378501,
            "stop": 1264378506
        }
    ]
}