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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=83",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 84,
    "results": [
        {
            "start": 816951031,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816951936
        },
        {
            "start": 816952472,
            "stop": 816953251
        },
        {
            "start": 816953254,
            "stop": 816953780
        },
        {
            "start": 816953783,
            "stop": 816955605
        },
        {
            "start": 816955609,
            "stop": 816959192
        },
        {
            "start": 816959195,
            "stop": 816960489
        },
        {
            "start": 816960493,
            "stop": 816962393
        },
        {
            "start": 816962397,
            "stop": 816962528
        },
        {
            "start": 816962963,
            "stop": 816963099
        },
        {
            "start": 816963103,
            "stop": 816969101
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816986856,
            "stop": 816987733
        },
        {
            "start": 816987736,
            "stop": 816988440
        },
        {
            "start": 816989738,
            "stop": 816990267
        },
        {
            "start": 816990783,
            "stop": 816990970
        },
        {
            "start": 816990974,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816995849
        },
        {
            "start": 816995852,
            "stop": 816996220
        },
        {
            "start": 816996223,
            "stop": 816997524
        }
    ]
}