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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=292",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 293,
    "results": [
        {
            "start": 863993859,
            "stop": 864014655
        },
        {
            "start": 864014765,
            "stop": 864014919
        },
        {
            "start": 864015219,
            "stop": 864015265
        },
        {
            "start": 864015375,
            "stop": 864015765
        },
        {
            "start": 864016065,
            "stop": 864058700
        },
        {
            "start": 864059885,
            "stop": 864062667
        },
        {
            "start": 864062833,
            "stop": 864069037
        },
        {
            "start": 864070379,
            "stop": 864107882
        },
        {
            "start": 864107992,
            "stop": 864108655
        },
        {
            "start": 864108955,
            "stop": 864131983
        },
        {
            "start": 864132330,
            "stop": 864146468
        },
        {
            "start": 864146578,
            "stop": 864147612
        },
        {
            "start": 864147912,
            "stop": 864148373
        },
        {
            "start": 864148929,
            "stop": 864149871
        },
        {
            "start": 864150203,
            "stop": 864150235
        },
        {
            "start": 864150345,
            "stop": 864151204
        },
        {
            "start": 864151408,
            "stop": 864152452
        },
        {
            "start": 864152752,
            "stop": 864158570
        },
        {
            "start": 864158919,
            "stop": 864168506
        },
        {
            "start": 864168806,
            "stop": 864193841
        }
    ]
}