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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=15",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16,
    "results": [
        {
            "start": 816275442,
            "stop": 816275494
        },
        {
            "start": 816275497,
            "stop": 816275640
        },
        {
            "start": 816275700,
            "stop": 816275719
        },
        {
            "start": 816275735,
            "stop": 816275739
        },
        {
            "start": 816275742,
            "stop": 816275760
        },
        {
            "start": 816275820,
            "stop": 816275880
        },
        {
            "start": 816275940,
            "stop": 816275981
        },
        {
            "start": 816275984,
            "stop": 816276173
        },
        {
            "start": 816276191,
            "stop": 816276434
        },
        {
            "start": 816276437,
            "stop": 816276471
        },
        {
            "start": 816276475,
            "stop": 816276485
        },
        {
            "start": 816276495,
            "stop": 816276558
        },
        {
            "start": 816288150,
            "stop": 816288171
        },
        {
            "start": 816288174,
            "stop": 816288180
        },
        {
            "start": 816288240,
            "stop": 816288420
        },
        {
            "start": 816303755,
            "stop": 816303840
        },
        {
            "start": 816303960,
            "stop": 816305353
        },
        {
            "start": 816307710,
            "stop": 816308786
        },
        {
            "start": 816310655,
            "stop": 816311272
        },
        {
            "start": 816311276,
            "stop": 816311388
        }
    ]
}