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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=117",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 118,
    "results": [
        {
            "start": 931453070,
            "stop": 931453100
        },
        {
            "start": 931453107,
            "stop": 931453170
        },
        {
            "start": 931453173,
            "stop": 931453181
        },
        {
            "start": 931453183,
            "stop": 931453188
        },
        {
            "start": 931453195,
            "stop": 931453201
        },
        {
            "start": 931453204,
            "stop": 931453207
        },
        {
            "start": 931453209,
            "stop": 931453210
        },
        {
            "start": 931453213,
            "stop": 931453217
        },
        {
            "start": 931453219,
            "stop": 931453222
        },
        {
            "start": 931453227,
            "stop": 931453228
        },
        {
            "start": 931453230,
            "stop": 931453231
        },
        {
            "start": 931453236,
            "stop": 931453239
        },
        {
            "start": 931453241,
            "stop": 931453250
        },
        {
            "start": 931453251,
            "stop": 931453286
        },
        {
            "start": 931453288,
            "stop": 931453303
        },
        {
            "start": 931453314,
            "stop": 931453340
        },
        {
            "start": 931453342,
            "stop": 931453359
        },
        {
            "start": 931453361,
            "stop": 931453417
        },
        {
            "start": 931453419,
            "stop": 931453422
        },
        {
            "start": 931453424,
            "stop": 931453429
        }
    ]
}