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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=73",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 74,
    "results": [
        {
            "start": 932075022,
            "stop": 932075024
        },
        {
            "start": 932075025,
            "stop": 932075026
        },
        {
            "start": 932075028,
            "stop": 932075043
        },
        {
            "start": 932075045,
            "stop": 932075077
        },
        {
            "start": 932075078,
            "stop": 932075082
        },
        {
            "start": 932075083,
            "stop": 932075090
        },
        {
            "start": 932075092,
            "stop": 932075097
        },
        {
            "start": 932075098,
            "stop": 932075099
        },
        {
            "start": 932075101,
            "stop": 932075109
        },
        {
            "start": 932075110,
            "stop": 932075116
        },
        {
            "start": 932075117,
            "stop": 932075118
        },
        {
            "start": 932075119,
            "stop": 932075133
        },
        {
            "start": 932075135,
            "stop": 932075138
        },
        {
            "start": 932075141,
            "stop": 932075154
        },
        {
            "start": 932075155,
            "stop": 932075159
        },
        {
            "start": 932075161,
            "stop": 932075162
        },
        {
            "start": 932075164,
            "stop": 932075173
        },
        {
            "start": 932075177,
            "stop": 932075182
        },
        {
            "start": 932075184,
            "stop": 932075197
        },
        {
            "start": 932075198,
            "stop": 932075229
        }
    ]
}