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=33063
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=33064",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33062",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33063,
    "results": [
        {
            "start": 970426056,
            "stop": 970426057
        },
        {
            "start": 970426058,
            "stop": 970426061
        },
        {
            "start": 970426064,
            "stop": 970426065
        },
        {
            "start": 970426074,
            "stop": 970426081
        },
        {
            "start": 970426082,
            "stop": 970426084
        },
        {
            "start": 970426087,
            "stop": 970426093
        },
        {
            "start": 970426094,
            "stop": 970426097
        },
        {
            "start": 970426098,
            "stop": 970426101
        },
        {
            "start": 970426102,
            "stop": 970426103
        },
        {
            "start": 970426104,
            "stop": 970426106
        },
        {
            "start": 970426111,
            "stop": 970426112
        },
        {
            "start": 970426116,
            "stop": 970426125
        },
        {
            "start": 970426127,
            "stop": 970426128
        },
        {
            "start": 970426130,
            "stop": 970426132
        },
        {
            "start": 970426133,
            "stop": 970426135
        },
        {
            "start": 970426138,
            "stop": 970426139
        },
        {
            "start": 970426143,
            "stop": 970426145
        },
        {
            "start": 970426146,
            "stop": 970426147
        },
        {
            "start": 970426149,
            "stop": 970426151
        },
        {
            "start": 970426152,
            "stop": 970426160
        }
    ]
}