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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=112",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 113,
    "results": [
        {
            "start": 817875527,
            "stop": 817875531
        },
        {
            "start": 817875542,
            "stop": 817875638
        },
        {
            "start": 817875645,
            "stop": 817875650
        },
        {
            "start": 817875658,
            "stop": 817875845
        },
        {
            "start": 817875880,
            "stop": 817875892
        },
        {
            "start": 817875899,
            "stop": 817875912
        },
        {
            "start": 817875919,
            "stop": 817875938
        },
        {
            "start": 817875945,
            "stop": 817875997
        },
        {
            "start": 817876033,
            "stop": 817876053
        },
        {
            "start": 817876062,
            "stop": 817876218
        },
        {
            "start": 817876225,
            "stop": 817876260
        },
        {
            "start": 817876268,
            "stop": 817876273
        },
        {
            "start": 817876287,
            "stop": 817876315
        },
        {
            "start": 817876347,
            "stop": 817876365
        },
        {
            "start": 817876373,
            "stop": 817876412
        },
        {
            "start": 817876419,
            "stop": 817876431
        },
        {
            "start": 817876460,
            "stop": 817876587
        },
        {
            "start": 817876595,
            "stop": 817876652
        },
        {
            "start": 817876664,
            "stop": 817876941
        },
        {
            "start": 817876966,
            "stop": 817877049
        }
    ]
}