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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 91,
    "results": [
        {
            "start": 931376222,
            "stop": 931376225
        },
        {
            "start": 931376226,
            "stop": 931376284
        },
        {
            "start": 931376287,
            "stop": 931376371
        },
        {
            "start": 931376374,
            "stop": 931376402
        },
        {
            "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": 931376578
        },
        {
            "start": 931376579,
            "stop": 931376782
        },
        {
            "start": 931376784,
            "stop": 931376819
        },
        {
            "start": 931376821,
            "stop": 931376869
        },
        {
            "start": 931376870,
            "stop": 931376912
        },
        {
            "start": 931376913,
            "stop": 931376925
        },
        {
            "start": 931376926,
            "stop": 931377010
        },
        {
            "start": 931377012,
            "stop": 931377013
        }
    ]
}