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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=77",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 78,
    "results": [
        {
            "start": 932076041,
            "stop": 932076046
        },
        {
            "start": 932076048,
            "stop": 932076050
        },
        {
            "start": 932076052,
            "stop": 932076053
        },
        {
            "start": 932076054,
            "stop": 932076061
        },
        {
            "start": 932076062,
            "stop": 932076064
        },
        {
            "start": 932076065,
            "stop": 932076103
        },
        {
            "start": 932076104,
            "stop": 932076108
        },
        {
            "start": 932076113,
            "stop": 932076140
        },
        {
            "start": 932076141,
            "stop": 932076156
        },
        {
            "start": 932076158,
            "stop": 932076168
        },
        {
            "start": 932076169,
            "stop": 932076185
        },
        {
            "start": 932076188,
            "stop": 932076197
        },
        {
            "start": 932076198,
            "stop": 932076220
        },
        {
            "start": 932076223,
            "stop": 932076224
        },
        {
            "start": 932076225,
            "stop": 932076232
        },
        {
            "start": 932076234,
            "stop": 932076239
        },
        {
            "start": 932076242,
            "stop": 932076245
        },
        {
            "start": 932076246,
            "stop": 932076261
        },
        {
            "start": 932076262,
            "stop": 932076272
        },
        {
            "start": 932076274,
            "stop": 932076286
        }
    ]
}