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=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=374",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 375,
    "results": [
        {
            "start": 1260933896,
            "stop": 1260934044
        },
        {
            "start": 1260934046,
            "stop": 1260934295
        },
        {
            "start": 1260934298,
            "stop": 1260934368
        },
        {
            "start": 1260934371,
            "stop": 1260934392
        },
        {
            "start": 1260934395,
            "stop": 1260934401
        },
        {
            "start": 1260934404,
            "stop": 1260934631
        },
        {
            "start": 1260934634,
            "stop": 1260934655
        },
        {
            "start": 1260934658,
            "stop": 1260934732
        },
        {
            "start": 1260934734,
            "stop": 1260935022
        },
        {
            "start": 1260935025,
            "stop": 1260935058
        },
        {
            "start": 1260935061,
            "stop": 1260935069
        },
        {
            "start": 1260935072,
            "stop": 1260935130
        },
        {
            "start": 1260935133,
            "stop": 1260935137
        },
        {
            "start": 1260935140,
            "stop": 1260935149
        },
        {
            "start": 1260935152,
            "stop": 1260935261
        },
        {
            "start": 1260935264,
            "stop": 1260935265
        },
        {
            "start": 1260935268,
            "stop": 1260935297
        },
        {
            "start": 1260935300,
            "stop": 1260935443
        },
        {
            "start": 1260935446,
            "stop": 1260935518
        },
        {
            "start": 1260935521,
            "stop": 1260935578
        }
    ]
}