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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=20",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 21,
    "results": [
        {
            "start": 816706843,
            "stop": 816706876
        },
        {
            "start": 816706879,
            "stop": 816706883
        },
        {
            "start": 816706886,
            "stop": 816706976
        },
        {
            "start": 816706981,
            "stop": 816706988
        },
        {
            "start": 816706991,
            "stop": 816707068
        },
        {
            "start": 816707071,
            "stop": 816707090
        },
        {
            "start": 816707093,
            "stop": 816707105
        },
        {
            "start": 816707111,
            "stop": 816707155
        },
        {
            "start": 816707158,
            "stop": 816707181
        },
        {
            "start": 816707185,
            "stop": 816707207
        },
        {
            "start": 816707210,
            "stop": 816707227
        },
        {
            "start": 816707232,
            "stop": 816707274
        },
        {
            "start": 816707279,
            "stop": 816707288
        },
        {
            "start": 816707294,
            "stop": 816707322
        },
        {
            "start": 816707332,
            "stop": 816707338
        },
        {
            "start": 816707345,
            "stop": 816707366
        },
        {
            "start": 816707373,
            "stop": 816707388
        },
        {
            "start": 816707391,
            "stop": 816707400
        },
        {
            "start": 816737408,
            "stop": 816737425
        },
        {
            "start": 816737431,
            "stop": 816737433
        }
    ]
}