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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=382",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 383,
    "results": [
        {
            "start": 860894942,
            "stop": 860921047
        },
        {
            "start": 860923746,
            "stop": 860944674
        },
        {
            "start": 860945855,
            "stop": 860954134
        },
        {
            "start": 860954232,
            "stop": 860960967
        },
        {
            "start": 860961044,
            "stop": 860968212
        },
        {
            "start": 860968348,
            "stop": 860988123
        },
        {
            "start": 860991344,
            "stop": 861013229
        },
        {
            "start": 861013282,
            "stop": 861025249
        },
        {
            "start": 861026530,
            "stop": 861031868
        },
        {
            "start": 861031993,
            "stop": 861033986
        },
        {
            "start": 861034074,
            "stop": 861035347
        },
        {
            "start": 861035586,
            "stop": 861036980
        },
        {
            "start": 861037169,
            "stop": 861038230
        },
        {
            "start": 861039616,
            "stop": 861042679
        },
        {
            "start": 861043252,
            "stop": 861043358
        },
        {
            "start": 861043457,
            "stop": 861043461
        },
        {
            "start": 861043541,
            "stop": 861055416
        },
        {
            "start": 861056499,
            "stop": 861064818
        },
        {
            "start": 861065616,
            "stop": 861068176
        },
        {
            "start": 861071536,
            "stop": 861109653
        }
    ]
}