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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=502",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 503,
    "results": [
        {
            "start": 960885121,
            "stop": 960888526
        },
        {
            "start": 960890934,
            "stop": 960893752
        },
        {
            "start": 960895977,
            "stop": 960896176
        },
        {
            "start": 960898289,
            "stop": 960902570
        },
        {
            "start": 960909516,
            "stop": 960917066
        },
        {
            "start": 960918790,
            "stop": 960921885
        },
        {
            "start": 960923049,
            "stop": 960923470
        },
        {
            "start": 960926680,
            "stop": 960931399
        },
        {
            "start": 960936873,
            "stop": 960940030
        },
        {
            "start": 960942503,
            "stop": 960942591
        },
        {
            "start": 960942592,
            "stop": 960942921
        },
        {
            "start": 960942924,
            "stop": 960943987
        },
        {
            "start": 960964054,
            "stop": 960977143
        },
        {
            "start": 960979509,
            "stop": 960983364
        },
        {
            "start": 960985012,
            "stop": 961001546
        },
        {
            "start": 961002961,
            "stop": 961028105
        },
        {
            "start": 961050819,
            "stop": 961058687
        },
        {
            "start": 961210060,
            "stop": 961214360
        },
        {
            "start": 961217923,
            "stop": 961230386
        },
        {
            "start": 961234000,
            "stop": 961243849
        }
    ]
}