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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=2",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 3,
    "results": [
        {
            "start": 815471910,
            "stop": 815480226
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        },
        {
            "start": 815533909,
            "stop": 815533948
        },
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        },
        {
            "start": 815563790,
            "stop": 815571792
        },
        {
            "start": 815576075,
            "stop": 815603078
        },
        {
            "start": 815604477,
            "stop": 815610545
        },
        {
            "start": 815616627,
            "stop": 815620232
        },
        {
            "start": 815623237,
            "stop": 815626134
        },
        {
            "start": 815627414,
            "stop": 815635973
        },
        {
            "start": 815637315,
            "stop": 815643272
        },
        {
            "start": 815653666,
            "stop": 815658158
        },
        {
            "start": 815658745,
            "stop": 815661985
        },
        {
            "start": 815662541,
            "stop": 815663184
        },
        {
            "start": 815664550,
            "stop": 815673127
        },
        {
            "start": 815673390,
            "stop": 815682411
        },
        {
            "start": 815683820,
            "stop": 815686865
        }
    ]
}