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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=188",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 189,
    "results": [
        {
            "start": 1261659786,
            "stop": 1261661609
        },
        {
            "start": 1261661614,
            "stop": 1261662814
        },
        {
            "start": 1261662819,
            "stop": 1261662831
        },
        {
            "start": 1261662836,
            "stop": 1261663763
        },
        {
            "start": 1261663915,
            "stop": 1261664605
        },
        {
            "start": 1261664608,
            "stop": 1261664858
        },
        {
            "start": 1261664861,
            "stop": 1261664865
        },
        {
            "start": 1261664868,
            "stop": 1261665960
        },
        {
            "start": 1261665963,
            "stop": 1261665985
        },
        {
            "start": 1261665990,
            "stop": 1261666617
        },
        {
            "start": 1261666625,
            "stop": 1261666630
        },
        {
            "start": 1261666633,
            "stop": 1261666635
        },
        {
            "start": 1261666642,
            "stop": 1261666646
        },
        {
            "start": 1261666649,
            "stop": 1261666738
        },
        {
            "start": 1261666741,
            "stop": 1261666886
        },
        {
            "start": 1261666891,
            "stop": 1261667675
        },
        {
            "start": 1261667676,
            "stop": 1261667847
        },
        {
            "start": 1261667859,
            "stop": 1261667863
        },
        {
            "start": 1261667875,
            "stop": 1261668137
        },
        {
            "start": 1261668140,
            "stop": 1261668496
        }
    ]
}