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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=273",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 274,
    "results": [
        {
            "start": 860923746,
            "stop": 860944674
        },
        {
            "start": 860945855,
            "stop": 860946353
        },
        {
            "start": 860946355,
            "stop": 860947754
        },
        {
            "start": 860948452,
            "stop": 860954134
        },
        {
            "start": 860954232,
            "stop": 860960967
        },
        {
            "start": 860961044,
            "stop": 860968212
        },
        {
            "start": 860968348,
            "stop": 860970512
        },
        {
            "start": 860970976,
            "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": 861037961
        },
        {
            "start": 861039616,
            "stop": 861040715
        },
        {
            "start": 861041015,
            "stop": 861041438
        },
        {
            "start": 861041548,
            "stop": 861041740
        },
        {
            "start": 861042304,
            "stop": 861042679
        },
        {
            "start": 861043563,
            "stop": 861044514
        }
    ]
}