Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33228
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33227",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33228,
    "results": [
        {
            "start": 970972780,
            "stop": 970972843
        },
        {
            "start": 970972846,
            "stop": 970972963
        },
        {
            "start": 970972966,
            "stop": 970972980
        },
        {
            "start": 970972981,
            "stop": 970973079
        },
        {
            "start": 970973080,
            "stop": 970973090
        },
        {
            "start": 970973091,
            "stop": 970973114
        },
        {
            "start": 970973115,
            "stop": 970973175
        },
        {
            "start": 970973177,
            "stop": 970973201
        },
        {
            "start": 970973204,
            "stop": 970973233
        },
        {
            "start": 970973234,
            "stop": 970973279
        },
        {
            "start": 970973282,
            "stop": 970973318
        },
        {
            "start": 970973319,
            "stop": 970973334
        },
        {
            "start": 970973336,
            "stop": 970973404
        },
        {
            "start": 970973405,
            "stop": 970973447
        },
        {
            "start": 970973450,
            "stop": 970973538
        },
        {
            "start": 970973539,
            "stop": 970973634
        },
        {
            "start": 970973635,
            "stop": 970973697
        },
        {
            "start": 970973698,
            "stop": 970973727
        },
        {
            "start": 970973728,
            "stop": 970973748
        },
        {
            "start": 970973751,
            "stop": 970973786
        }
    ]
}