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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 230,
    "results": [
        {
            "start": 1259280820,
            "stop": 1259280876
        },
        {
            "start": 1259280879,
            "stop": 1259280999
        },
        {
            "start": 1259281002,
            "stop": 1259281005
        },
        {
            "start": 1259281008,
            "stop": 1259281111
        },
        {
            "start": 1259281114,
            "stop": 1259281283
        },
        {
            "start": 1259281286,
            "stop": 1259281289
        },
        {
            "start": 1259281292,
            "stop": 1259281369
        },
        {
            "start": 1259281371,
            "stop": 1259281440
        },
        {
            "start": 1259281446,
            "stop": 1259281488
        },
        {
            "start": 1259281494,
            "stop": 1259281540
        },
        {
            "start": 1259281543,
            "stop": 1259281546
        },
        {
            "start": 1259281549,
            "stop": 1259281609
        },
        {
            "start": 1259281612,
            "stop": 1259281615
        },
        {
            "start": 1259281624,
            "stop": 1259281657
        },
        {
            "start": 1259281660,
            "stop": 1259281828
        },
        {
            "start": 1259281837,
            "stop": 1259281838
        },
        {
            "start": 1259281844,
            "stop": 1259281847
        },
        {
            "start": 1259281850,
            "stop": 1259282134
        },
        {
            "start": 1259282137,
            "stop": 1259282199
        },
        {
            "start": 1259282202,
            "stop": 1259282205
        }
    ]
}