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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=93",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 94,
    "results": [
        {
            "start": 931327106,
            "stop": 931327113
        },
        {
            "start": 931327117,
            "stop": 931327122
        },
        {
            "start": 931327129,
            "stop": 931327133
        },
        {
            "start": 931327137,
            "stop": 931327142
        },
        {
            "start": 931327144,
            "stop": 931327155
        },
        {
            "start": 931327157,
            "stop": 931327159
        },
        {
            "start": 931327163,
            "stop": 931327172
        },
        {
            "start": 931327174,
            "stop": 931327175
        },
        {
            "start": 931327183,
            "stop": 931327189
        },
        {
            "start": 931327191,
            "stop": 931327192
        },
        {
            "start": 931327194,
            "stop": 931327197
        },
        {
            "start": 931327200,
            "stop": 931327204
        },
        {
            "start": 931327212,
            "stop": 931327214
        },
        {
            "start": 931327217,
            "stop": 931327218
        },
        {
            "start": 931327221,
            "stop": 931327222
        },
        {
            "start": 931327224,
            "stop": 931327225
        },
        {
            "start": 931327226,
            "stop": 931327230
        },
        {
            "start": 931327232,
            "stop": 931327236
        },
        {
            "start": 931327241,
            "stop": 931327243
        },
        {
            "start": 931327248,
            "stop": 931327253
        }
    ]
}