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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=433",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 434,
    "results": [
        {
            "start": 1261635575,
            "stop": 1261635725
        },
        {
            "start": 1261635728,
            "stop": 1261636198
        },
        {
            "start": 1261636201,
            "stop": 1261636215
        },
        {
            "start": 1261636218,
            "stop": 1261636353
        },
        {
            "start": 1261636356,
            "stop": 1261636386
        },
        {
            "start": 1261636389,
            "stop": 1261636548
        },
        {
            "start": 1261636551,
            "stop": 1261636686
        },
        {
            "start": 1261636689,
            "stop": 1261636691
        },
        {
            "start": 1261636694,
            "stop": 1261636695
        },
        {
            "start": 1261636698,
            "stop": 1261636703
        },
        {
            "start": 1261636706,
            "stop": 1261636793
        },
        {
            "start": 1261636796,
            "stop": 1261636989
        },
        {
            "start": 1261636990,
            "stop": 1261637248
        },
        {
            "start": 1261637251,
            "stop": 1261637351
        },
        {
            "start": 1261637448,
            "stop": 1261637599
        },
        {
            "start": 1261637602,
            "stop": 1261637776
        },
        {
            "start": 1261637779,
            "stop": 1261637780
        },
        {
            "start": 1261637783,
            "stop": 1261637785
        },
        {
            "start": 1261637788,
            "stop": 1261637789
        },
        {
            "start": 1261637792,
            "stop": 1261637822
        }
    ]
}