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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=221",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 222,
    "results": [
        {
            "start": 1136418830,
            "stop": 1136419045
        },
        {
            "start": 1136420446,
            "stop": 1136420447
        },
        {
            "start": 1136420687,
            "stop": 1136420689
        },
        {
            "start": 1136421136,
            "stop": 1136421137
        },
        {
            "start": 1136421140,
            "stop": 1136421152
        },
        {
            "start": 1136421160,
            "stop": 1136421161
        },
        {
            "start": 1136421191,
            "stop": 1136421192
        },
        {
            "start": 1136421201,
            "stop": 1136421205
        },
        {
            "start": 1136421208,
            "stop": 1136421209
        },
        {
            "start": 1136421227,
            "stop": 1136421233
        },
        {
            "start": 1136421318,
            "stop": 1136421320
        },
        {
            "start": 1136421324,
            "stop": 1136421328
        },
        {
            "start": 1136421340,
            "stop": 1136421341
        },
        {
            "start": 1136421348,
            "stop": 1136421350
        },
        {
            "start": 1136421357,
            "stop": 1136421358
        },
        {
            "start": 1136421364,
            "stop": 1136421367
        },
        {
            "start": 1136421380,
            "stop": 1136421383
        },
        {
            "start": 1136421445,
            "stop": 1136421446
        },
        {
            "start": 1136421471,
            "stop": 1136421472
        },
        {
            "start": 1136421476,
            "stop": 1136421478
        }
    ]
}