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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 7,
    "results": [
        {
            "start": 1256756497,
            "stop": 1256756532
        },
        {
            "start": 1256756535,
            "stop": 1256756544
        },
        {
            "start": 1256756547,
            "stop": 1256756556
        },
        {
            "start": 1256756559,
            "stop": 1256756581
        },
        {
            "start": 1256756584,
            "stop": 1256756657
        },
        {
            "start": 1256756664,
            "stop": 1256758201
        },
        {
            "start": 1256758204,
            "stop": 1256758220
        },
        {
            "start": 1256758223,
            "stop": 1256759167
        },
        {
            "start": 1256759170,
            "stop": 1256759181
        },
        {
            "start": 1256759184,
            "stop": 1256759233
        },
        {
            "start": 1256759236,
            "stop": 1256761503
        },
        {
            "start": 1256761511,
            "stop": 1256761828
        },
        {
            "start": 1256761831,
            "stop": 1256761848
        },
        {
            "start": 1256761851,
            "stop": 1256761855
        },
        {
            "start": 1256761858,
            "stop": 1256763148
        },
        {
            "start": 1256763153,
            "stop": 1256764552
        },
        {
            "start": 1256764555,
            "stop": 1256765900
        },
        {
            "start": 1256765903,
            "stop": 1256767112
        },
        {
            "start": 1256767115,
            "stop": 1256767151
        },
        {
            "start": 1256767154,
            "stop": 1256767713
        }
    ]
}