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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46909",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46910,
    "results": [
        {
            "start": 875184639,
            "stop": 875184662
        },
        {
            "start": 875184663,
            "stop": 875184681
        },
        {
            "start": 875184682,
            "stop": 875184730
        },
        {
            "start": 875184732,
            "stop": 875184771
        },
        {
            "start": 875184772,
            "stop": 875184774
        },
        {
            "start": 875184775,
            "stop": 875184809
        },
        {
            "start": 875184810,
            "stop": 875184833
        },
        {
            "start": 875184835,
            "stop": 875184840
        },
        {
            "start": 875184841,
            "stop": 875184849
        },
        {
            "start": 875184851,
            "stop": 875184854
        },
        {
            "start": 875184855,
            "stop": 875184874
        },
        {
            "start": 875184875,
            "stop": 875184876
        },
        {
            "start": 875184877,
            "stop": 875184911
        },
        {
            "start": 875184912,
            "stop": 875184914
        },
        {
            "start": 875184916,
            "stop": 875184917
        },
        {
            "start": 875184918,
            "stop": 875184951
        },
        {
            "start": 875184952,
            "stop": 875184963
        },
        {
            "start": 875184964,
            "stop": 875184975
        },
        {
            "start": 875184976,
            "stop": 875185037
        },
        {
            "start": 875185038,
            "stop": 875185077
        }
    ]
}