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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=238",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 239,
    "results": [
        {
            "start": 852146489,
            "stop": 852146839
        },
        {
            "start": 852147010,
            "stop": 852147402
        },
        {
            "start": 852147512,
            "stop": 852147665
        },
        {
            "start": 852147965,
            "stop": 852148883
        },
        {
            "start": 852149183,
            "stop": 852149224
        },
        {
            "start": 852155097,
            "stop": 852156147
        },
        {
            "start": 852156447,
            "stop": 852177268
        },
        {
            "start": 852177287,
            "stop": 852210779
        },
        {
            "start": 852210797,
            "stop": 852211946
        },
        {
            "start": 852211964,
            "stop": 852212070
        },
        {
            "start": 852212190,
            "stop": 852212250
        },
        {
            "start": 852212310,
            "stop": 852212321
        },
        {
            "start": 852246896,
            "stop": 852247288
        },
        {
            "start": 852247833,
            "stop": 852249066
        },
        {
            "start": 852249176,
            "stop": 852250415
        },
        {
            "start": 852250715,
            "stop": 852250935
        },
        {
            "start": 852251275,
            "stop": 852251516
        },
        {
            "start": 852251626,
            "stop": 852251779
        },
        {
            "start": 852252079,
            "stop": 852263403
        },
        {
            "start": 852263719,
            "stop": 852263810
        }
    ]
}