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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3697",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3695",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3696,
    "results": [
        {
            "start": 970972414,
            "stop": 970972436
        },
        {
            "start": 970972439,
            "stop": 970972534
        },
        {
            "start": 970972537,
            "stop": 970972579
        },
        {
            "start": 970972582,
            "stop": 970972843
        },
        {
            "start": 970972846,
            "stop": 970972963
        },
        {
            "start": 970972966,
            "stop": 970972980
        },
        {
            "start": 970972981,
            "stop": 970973201
        },
        {
            "start": 970973204,
            "stop": 970973279
        },
        {
            "start": 970973282,
            "stop": 970973447
        },
        {
            "start": 970973450,
            "stop": 970973748
        },
        {
            "start": 970973751,
            "stop": 970973786
        },
        {
            "start": 970973789,
            "stop": 970973907
        },
        {
            "start": 970973910,
            "stop": 970973948
        },
        {
            "start": 970973951,
            "stop": 970974105
        },
        {
            "start": 970974108,
            "stop": 970974232
        },
        {
            "start": 970974235,
            "stop": 970974390
        },
        {
            "start": 970974396,
            "stop": 970974404
        },
        {
            "start": 970974410,
            "stop": 970974642
        },
        {
            "start": 970974645,
            "stop": 970974797
        },
        {
            "start": 970974798,
            "stop": 970974940
        }
    ]
}