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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=35",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 36,
    "results": [
        {
            "start": 1135799879,
            "stop": 1135805675
        },
        {
            "start": 1135818292,
            "stop": 1135822800
        },
        {
            "start": 1135823087,
            "stop": 1135847011
        },
        {
            "start": 1135847013,
            "stop": 1135848160
        },
        {
            "start": 1135848978,
            "stop": 1135853348
        },
        {
            "start": 1135853350,
            "stop": 1135859692
        },
        {
            "start": 1135859694,
            "stop": 1135876432
        },
        {
            "start": 1135876434,
            "stop": 1135876903
        },
        {
            "start": 1135876905,
            "stop": 1135879736
        },
        {
            "start": 1135882196,
            "stop": 1135891952
        },
        {
            "start": 1135892959,
            "stop": 1135898829
        },
        {
            "start": 1135913524,
            "stop": 1135925298
        },
        {
            "start": 1135926070,
            "stop": 1135932476
        },
        {
            "start": 1135933315,
            "stop": 1135940911
        },
        {
            "start": 1135942099,
            "stop": 1135957338
        },
        {
            "start": 1135968507,
            "stop": 1135999105
        },
        {
            "start": 1136010436,
            "stop": 1136011604
        },
        {
            "start": 1136011836,
            "stop": 1136015277
        },
        {
            "start": 1136075159,
            "stop": 1136081513
        },
        {
            "start": 1136105814,
            "stop": 1136106224
        }
    ]
}