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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=98",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 99,
    "results": [
        {
            "start": 839713618,
            "stop": 839718681
        },
        {
            "start": 839719817,
            "stop": 839721979
        },
        {
            "start": 839723122,
            "stop": 839777329
        },
        {
            "start": 839777573,
            "stop": 839780717
        },
        {
            "start": 839780857,
            "stop": 839783101
        },
        {
            "start": 839783169,
            "stop": 839783170
        },
        {
            "start": 839783406,
            "stop": 839784566
        },
        {
            "start": 839784733,
            "stop": 839788026
        },
        {
            "start": 839788180,
            "stop": 839788379
        },
        {
            "start": 839788496,
            "stop": 839788831
        },
        {
            "start": 839788955,
            "stop": 839792334
        },
        {
            "start": 839793828,
            "stop": 839794455
        },
        {
            "start": 839794949,
            "stop": 839801330
        },
        {
            "start": 839802199,
            "stop": 839808224
        },
        {
            "start": 839809244,
            "stop": 839828582
        },
        {
            "start": 839829478,
            "stop": 839848824
        },
        {
            "start": 839850171,
            "stop": 839863880
        },
        {
            "start": 839864921,
            "stop": 839871351
        },
        {
            "start": 839872371,
            "stop": 839873859
        },
        {
            "start": 839873925,
            "stop": 839875908
        }
    ]
}