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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=176",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 177,
    "results": [
        {
            "start": 931540022,
            "stop": 931540075
        },
        {
            "start": 931540083,
            "stop": 931540089
        },
        {
            "start": 931540091,
            "stop": 931540092
        },
        {
            "start": 931540096,
            "stop": 931540100
        },
        {
            "start": 931540102,
            "stop": 931540142
        },
        {
            "start": 931540144,
            "stop": 931540165
        },
        {
            "start": 931540166,
            "stop": 931540168
        },
        {
            "start": 931540169,
            "stop": 931540190
        },
        {
            "start": 931540192,
            "stop": 931540195
        },
        {
            "start": 931540198,
            "stop": 931540201
        },
        {
            "start": 931540202,
            "stop": 931540206
        },
        {
            "start": 931540208,
            "stop": 931540215
        },
        {
            "start": 931540218,
            "stop": 931540220
        },
        {
            "start": 931540222,
            "stop": 931540233
        },
        {
            "start": 931540235,
            "stop": 931540237
        },
        {
            "start": 931540242,
            "stop": 931540267
        },
        {
            "start": 931540269,
            "stop": 931540273
        },
        {
            "start": 931540274,
            "stop": 931540287
        },
        {
            "start": 931540291,
            "stop": 931540292
        },
        {
            "start": 931540294,
            "stop": 931540309
        }
    ]
}