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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=275",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 276,
    "results": [
        {
            "start": 821078897,
            "stop": 821080239
        },
        {
            "start": 821080242,
            "stop": 821080405
        },
        {
            "start": 821080408,
            "stop": 821080884
        },
        {
            "start": 821080887,
            "stop": 821081754
        },
        {
            "start": 821081757,
            "stop": 821082033
        },
        {
            "start": 821082034,
            "stop": 821082710
        },
        {
            "start": 821082713,
            "stop": 821083975
        },
        {
            "start": 821083979,
            "stop": 821084032
        },
        {
            "start": 821084041,
            "stop": 821084129
        },
        {
            "start": 821084133,
            "stop": 821084251
        },
        {
            "start": 821084256,
            "stop": 821084437
        },
        {
            "start": 821084446,
            "stop": 821084447
        },
        {
            "start": 821084450,
            "stop": 821084457
        },
        {
            "start": 821084469,
            "stop": 821084475
        },
        {
            "start": 821084479,
            "stop": 821084501
        },
        {
            "start": 821084505,
            "stop": 821084515
        },
        {
            "start": 821084519,
            "stop": 821084530
        },
        {
            "start": 821084534,
            "stop": 821084564
        },
        {
            "start": 821084567,
            "stop": 821084583
        },
        {
            "start": 821084586,
            "stop": 821084592
        }
    ]
}