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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3249",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3250,
    "results": [
        {
            "start": 872631345,
            "stop": 872631660
        },
        {
            "start": 872631720,
            "stop": 872633220
        },
        {
            "start": 872633280,
            "stop": 872633651
        },
        {
            "start": 872633652,
            "stop": 872634000
        },
        {
            "start": 872634060,
            "stop": 872634540
        },
        {
            "start": 872634600,
            "stop": 872634720
        },
        {
            "start": 872634840,
            "stop": 872635020
        },
        {
            "start": 872636474,
            "stop": 872637111
        },
        {
            "start": 872637116,
            "stop": 872637720
        },
        {
            "start": 872637780,
            "stop": 872638075
        },
        {
            "start": 872638080,
            "stop": 872638904
        },
        {
            "start": 872639085,
            "stop": 872639460
        },
        {
            "start": 872639520,
            "stop": 872639970
        },
        {
            "start": 872640030,
            "stop": 872640120
        },
        {
            "start": 872640180,
            "stop": 872640196
        },
        {
            "start": 872640202,
            "stop": 872640600
        },
        {
            "start": 872640660,
            "stop": 872641169
        },
        {
            "start": 872641174,
            "stop": 872641320
        },
        {
            "start": 872641380,
            "stop": 872642024
        },
        {
            "start": 872642205,
            "stop": 872642460
        }
    ]
}