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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6025",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6026,
    "results": [
        {
            "start": 873613714,
            "stop": 873613715
        },
        {
            "start": 873613717,
            "stop": 873613718
        },
        {
            "start": 873613725,
            "stop": 873613726
        },
        {
            "start": 873613730,
            "stop": 873613731
        },
        {
            "start": 873613736,
            "stop": 873613737
        },
        {
            "start": 873613742,
            "stop": 873613745
        },
        {
            "start": 873613746,
            "stop": 873613748
        },
        {
            "start": 873613749,
            "stop": 873613756
        },
        {
            "start": 873613758,
            "stop": 873613759
        },
        {
            "start": 873613762,
            "stop": 873613771
        },
        {
            "start": 873613772,
            "stop": 873613774
        },
        {
            "start": 873613775,
            "stop": 873613776
        },
        {
            "start": 873613777,
            "stop": 873613790
        },
        {
            "start": 873613792,
            "stop": 873613796
        },
        {
            "start": 873613797,
            "stop": 873613808
        },
        {
            "start": 873613809,
            "stop": 873613814
        },
        {
            "start": 873613815,
            "stop": 873613817
        },
        {
            "start": 873613818,
            "stop": 873613887
        },
        {
            "start": 873613888,
            "stop": 873613935
        },
        {
            "start": 873613936,
            "stop": 873614978
        }
    ]
}