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=46967
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=46968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46966",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46967,
    "results": [
        {
            "start": 875210896,
            "stop": 875210898
        },
        {
            "start": 875210899,
            "stop": 875210910
        },
        {
            "start": 875210911,
            "stop": 875210955
        },
        {
            "start": 875210958,
            "stop": 875210959
        },
        {
            "start": 875210960,
            "stop": 875210978
        },
        {
            "start": 875210981,
            "stop": 875210983
        },
        {
            "start": 875210984,
            "stop": 875210986
        },
        {
            "start": 875210989,
            "stop": 875211004
        },
        {
            "start": 875211005,
            "stop": 875211009
        },
        {
            "start": 875211010,
            "stop": 875211011
        },
        {
            "start": 875211013,
            "stop": 875211020
        },
        {
            "start": 875211022,
            "stop": 875211038
        },
        {
            "start": 875211039,
            "stop": 875211064
        },
        {
            "start": 875211067,
            "stop": 875211071
        },
        {
            "start": 875211074,
            "stop": 875211080
        },
        {
            "start": 875211081,
            "stop": 875211106
        },
        {
            "start": 875211108,
            "stop": 875211118
        },
        {
            "start": 875211121,
            "stop": 875211139
        },
        {
            "start": 875211140,
            "stop": 875211147
        },
        {
            "start": 875211148,
            "stop": 875211168
        }
    ]
}