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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=240",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 241,
    "results": [
        {
            "start": 1136437966,
            "stop": 1136437985
        },
        {
            "start": 1136437988,
            "stop": 1136437992
        },
        {
            "start": 1136437995,
            "stop": 1136438013
        },
        {
            "start": 1136438016,
            "stop": 1136438025
        },
        {
            "start": 1136438028,
            "stop": 1136438050
        },
        {
            "start": 1136438053,
            "stop": 1136438054
        },
        {
            "start": 1136438057,
            "stop": 1136438066
        },
        {
            "start": 1136438069,
            "stop": 1136438085
        },
        {
            "start": 1136438088,
            "stop": 1136438093
        },
        {
            "start": 1136438096,
            "stop": 1136438112
        },
        {
            "start": 1136438115,
            "stop": 1136438123
        },
        {
            "start": 1136438127,
            "stop": 1136438136
        },
        {
            "start": 1136438139,
            "stop": 1136438166
        },
        {
            "start": 1136438169,
            "stop": 1136438186
        },
        {
            "start": 1136438189,
            "stop": 1136438197
        },
        {
            "start": 1136438201,
            "stop": 1136438222
        },
        {
            "start": 1136438226,
            "stop": 1136438231
        },
        {
            "start": 1136438234,
            "stop": 1136438249
        },
        {
            "start": 1136438252,
            "stop": 1136438255
        },
        {
            "start": 1136438258,
            "stop": 1136438270
        }
    ]
}