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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=302",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 303,
    "results": [
        {
            "start": 1263644238,
            "stop": 1263646565
        },
        {
            "start": 1263646568,
            "stop": 1263647054
        },
        {
            "start": 1263647056,
            "stop": 1263648243
        },
        {
            "start": 1263648248,
            "stop": 1263648333
        },
        {
            "start": 1263648338,
            "stop": 1263649831
        },
        {
            "start": 1263649836,
            "stop": 1263650709
        },
        {
            "start": 1263650714,
            "stop": 1263652541
        },
        {
            "start": 1263652542,
            "stop": 1263652909
        },
        {
            "start": 1263674773,
            "stop": 1263677425
        },
        {
            "start": 1263677430,
            "stop": 1263677716
        },
        {
            "start": 1263677721,
            "stop": 1263678507
        },
        {
            "start": 1263678512,
            "stop": 1263678918
        },
        {
            "start": 1263678923,
            "stop": 1263680830
        },
        {
            "start": 1263680852,
            "stop": 1263681315
        },
        {
            "start": 1263681317,
            "stop": 1263681493
        },
        {
            "start": 1263681502,
            "stop": 1263681871
        },
        {
            "start": 1263681876,
            "stop": 1263683662
        },
        {
            "start": 1263683667,
            "stop": 1263684333
        },
        {
            "start": 1263684338,
            "stop": 1263685120
        },
        {
            "start": 1263688328,
            "stop": 1263690677
        }
    ]
}