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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=80",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 81,
    "results": [
        {
            "start": 1131055949,
            "stop": 1131055951
        },
        {
            "start": 1131055953,
            "stop": 1131055957
        },
        {
            "start": 1131055958,
            "stop": 1131055964
        },
        {
            "start": 1131055965,
            "stop": 1131055966
        },
        {
            "start": 1131055969,
            "stop": 1131055976
        },
        {
            "start": 1131055979,
            "stop": 1131055980
        },
        {
            "start": 1131055981,
            "stop": 1131055984
        },
        {
            "start": 1131055986,
            "stop": 1131056001
        },
        {
            "start": 1131056003,
            "stop": 1131056009
        },
        {
            "start": 1131056011,
            "stop": 1131056033
        },
        {
            "start": 1131056037,
            "stop": 1131056044
        },
        {
            "start": 1131056045,
            "stop": 1131056048
        },
        {
            "start": 1131056049,
            "stop": 1131056050
        },
        {
            "start": 1131056051,
            "stop": 1131056056
        },
        {
            "start": 1131056057,
            "stop": 1131056062
        },
        {
            "start": 1131056063,
            "stop": 1131056065
        },
        {
            "start": 1131056066,
            "stop": 1131056067
        },
        {
            "start": 1131056068,
            "stop": 1131056073
        },
        {
            "start": 1131056074,
            "stop": 1131056076
        },
        {
            "start": 1131056077,
            "stop": 1131056078
        }
    ]
}