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_CAT4/segments?format=api&page=3616
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=3617",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3615",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3616,
    "results": [
        {
            "start": 970472753,
            "stop": 970472759
        },
        {
            "start": 970472762,
            "stop": 970472799
        },
        {
            "start": 970472814,
            "stop": 970472836
        },
        {
            "start": 970472843,
            "stop": 970472904
        },
        {
            "start": 970472908,
            "stop": 970472924
        },
        {
            "start": 970472927,
            "stop": 970472929
        },
        {
            "start": 970472933,
            "stop": 970472960
        },
        {
            "start": 970472963,
            "stop": 970472969
        },
        {
            "start": 970472972,
            "stop": 970472978
        },
        {
            "start": 970472981,
            "stop": 970472983
        },
        {
            "start": 970472986,
            "stop": 970473008
        },
        {
            "start": 970473011,
            "stop": 970473037
        },
        {
            "start": 970473040,
            "stop": 970473047
        },
        {
            "start": 970473050,
            "stop": 970473086
        },
        {
            "start": 970473089,
            "stop": 970473100
        },
        {
            "start": 970473103,
            "stop": 970473114
        },
        {
            "start": 970473117,
            "stop": 970473125
        },
        {
            "start": 970473128,
            "stop": 970473138
        },
        {
            "start": 970473141,
            "stop": 970473156
        },
        {
            "start": 970473159,
            "stop": 970473180
        }
    ]
}