Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=134
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 134,
    "results": [
        {
            "start": 931376403,
            "stop": 931376424
        },
        {
            "start": 931376427,
            "stop": 931376429
        },
        {
            "start": 931376430,
            "stop": 931376438
        },
        {
            "start": 931376440,
            "stop": 931376441
        },
        {
            "start": 931376442,
            "stop": 931376443
        },
        {
            "start": 931376445,
            "stop": 931376474
        },
        {
            "start": 931376476,
            "stop": 931376479
        },
        {
            "start": 931376480,
            "stop": 931376499
        },
        {
            "start": 931376501,
            "stop": 931376530
        },
        {
            "start": 931376531,
            "stop": 931376576
        },
        {
            "start": 931376577,
            "stop": 931376578
        },
        {
            "start": 931376579,
            "stop": 931376773
        },
        {
            "start": 931376775,
            "stop": 931376782
        },
        {
            "start": 931376784,
            "stop": 931376787
        },
        {
            "start": 931376789,
            "stop": 931376795
        },
        {
            "start": 931376796,
            "stop": 931376819
        },
        {
            "start": 931376821,
            "stop": 931376869
        },
        {
            "start": 931376870,
            "stop": 931376887
        },
        {
            "start": 931376888,
            "stop": 931376912
        },
        {
            "start": 931376913,
            "stop": 931376925
        }
    ]
}