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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=9",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 10,
    "results": [
        {
            "start": 818679152,
            "stop": 818734883
        },
        {
            "start": 818736085,
            "stop": 818793870
        },
        {
            "start": 818795057,
            "stop": 818831854
        },
        {
            "start": 818832807,
            "stop": 818878592
        },
        {
            "start": 818879607,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818971217
        },
        {
            "start": 818971762,
            "stop": 819028073
        },
        {
            "start": 819041055,
            "stop": 819044175
        },
        {
            "start": 819047310,
            "stop": 819057935
        },
        {
            "start": 819058808,
            "stop": 819093875
        },
        {
            "start": 819094946,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144606
        },
        {
            "start": 819145158,
            "stop": 819150508
        },
        {
            "start": 819154466,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819204107
        },
        {
            "start": 819204778,
            "stop": 819211317
        },
        {
            "start": 819211890,
            "stop": 819229186
        },
        {
            "start": 819229819,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819269476
        },
        {
            "start": 819270142,
            "stop": 819295109
        }
    ]
}