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/H2_CW_CAT1/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/S5/timelines/H2_CW_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=30",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 31,
    "results": [
        {
            "start": 818971762,
            "stop": 819028033
        },
        {
            "start": 819041055,
            "stop": 819044172
        },
        {
            "start": 819047310,
            "stop": 819057905
        },
        {
            "start": 819058808,
            "stop": 819093845
        },
        {
            "start": 819094946,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144553
        },
        {
            "start": 819145158,
            "stop": 819150508
        },
        {
            "start": 819154466,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819204073
        },
        {
            "start": 819204778,
            "stop": 819211273
        },
        {
            "start": 819211890,
            "stop": 819229153
        },
        {
            "start": 819229819,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819269452
        },
        {
            "start": 819270142,
            "stop": 819295079
        },
        {
            "start": 819295551,
            "stop": 819308233
        },
        {
            "start": 819311777,
            "stop": 819317104
        },
        {
            "start": 819318028,
            "stop": 819325363
        },
        {
            "start": 819326651,
            "stop": 819347977
        },
        {
            "start": 819351752,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819401351
        }
    ]
}