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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=30",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 31,
    "results": [
        {
            "start": 931247133,
            "stop": 931247150
        },
        {
            "start": 931247152,
            "stop": 931247160
        },
        {
            "start": 931247165,
            "stop": 931247178
        },
        {
            "start": 931247180,
            "stop": 931247185
        },
        {
            "start": 931247198,
            "stop": 931247202
        },
        {
            "start": 931247204,
            "stop": 931247205
        },
        {
            "start": 931247207,
            "stop": 931247210
        },
        {
            "start": 931247212,
            "stop": 931247231
        },
        {
            "start": 931247233,
            "stop": 931247240
        },
        {
            "start": 931247242,
            "stop": 931247245
        },
        {
            "start": 931247247,
            "stop": 931247269
        },
        {
            "start": 931247271,
            "stop": 931247290
        },
        {
            "start": 931247292,
            "stop": 931247297
        },
        {
            "start": 931247299,
            "stop": 931247302
        },
        {
            "start": 931247304,
            "stop": 931247320
        },
        {
            "start": 931247322,
            "stop": 931247325
        },
        {
            "start": 931247333,
            "stop": 931247334
        },
        {
            "start": 931247336,
            "stop": 931247382
        },
        {
            "start": 931247384,
            "stop": 931247394
        },
        {
            "start": 931247396,
            "stop": 931247413
        }
    ]
}