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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=41",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 42,
    "results": [
        {
            "start": 931251197,
            "stop": 931251198
        },
        {
            "start": 931251200,
            "stop": 931251202
        },
        {
            "start": 931251220,
            "stop": 931251221
        },
        {
            "start": 931251230,
            "stop": 931251232
        },
        {
            "start": 931251236,
            "stop": 931251239
        },
        {
            "start": 931251241,
            "stop": 931251242
        },
        {
            "start": 931251244,
            "stop": 931251245
        },
        {
            "start": 931251247,
            "stop": 931251253
        },
        {
            "start": 931251257,
            "stop": 931251268
        },
        {
            "start": 931251271,
            "stop": 931251278
        },
        {
            "start": 931251280,
            "stop": 931251286
        },
        {
            "start": 931251288,
            "stop": 931251294
        },
        {
            "start": 931251296,
            "stop": 931251299
        },
        {
            "start": 931251302,
            "stop": 931251307
        },
        {
            "start": 931251309,
            "stop": 931251312
        },
        {
            "start": 931251315,
            "stop": 931251317
        },
        {
            "start": 931251321,
            "stop": 931251331
        },
        {
            "start": 931251333,
            "stop": 931251336
        },
        {
            "start": 931251338,
            "stop": 931251340
        },
        {
            "start": 931251342,
            "stop": 931251344
        }
    ]
}