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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=2",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3,
    "results": [
        {
            "start": 816094083,
            "stop": 816094466
        },
        {
            "start": 816094469,
            "stop": 816094488
        },
        {
            "start": 816094493,
            "stop": 816094514
        },
        {
            "start": 816094520,
            "stop": 816094541
        },
        {
            "start": 816094544,
            "stop": 816094559
        },
        {
            "start": 816094572,
            "stop": 816094580
        },
        {
            "start": 816094592,
            "stop": 816094806
        },
        {
            "start": 816094809,
            "stop": 816094858
        },
        {
            "start": 816094861,
            "stop": 816094946
        },
        {
            "start": 816094949,
            "stop": 816095224
        },
        {
            "start": 816095227,
            "stop": 816095578
        },
        {
            "start": 816095581,
            "stop": 816095607
        },
        {
            "start": 816095610,
            "stop": 816095780
        },
        {
            "start": 816095783,
            "stop": 816095827
        },
        {
            "start": 816095830,
            "stop": 816095928
        },
        {
            "start": 816095931,
            "stop": 816095986
        },
        {
            "start": 816095989,
            "stop": 816096002
        },
        {
            "start": 816096006,
            "stop": 816096195
        },
        {
            "start": 816097026,
            "stop": 816097192
        },
        {
            "start": 816097196,
            "stop": 816097617
        }
    ]
}