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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=42",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 43,
    "results": [
        {
            "start": 822248503,
            "stop": 822248505
        },
        {
            "start": 822248560,
            "stop": 822250927
        },
        {
            "start": 822261248,
            "stop": 822262693
        },
        {
            "start": 822265293,
            "stop": 822274093
        },
        {
            "start": 822274128,
            "stop": 822274130
        },
        {
            "start": 822274183,
            "stop": 822277740
        },
        {
            "start": 822277846,
            "stop": 822277943
        },
        {
            "start": 822277986,
            "stop": 822278092
        },
        {
            "start": 822278285,
            "stop": 822293653
        },
        {
            "start": 822295246,
            "stop": 822295617
        },
        {
            "start": 822301570,
            "stop": 822302533
        },
        {
            "start": 822302564,
            "stop": 822302566
        },
        {
            "start": 822302671,
            "stop": 822306493
        },
        {
            "start": 822306523,
            "stop": 822306524
        },
        {
            "start": 822306606,
            "stop": 822309306
        },
        {
            "start": 822310234,
            "stop": 822311653
        },
        {
            "start": 822311671,
            "stop": 822311672
        },
        {
            "start": 822311802,
            "stop": 822315733
        },
        {
            "start": 822315765,
            "stop": 822315767
        },
        {
            "start": 822316822,
            "stop": 822318553
        }
    ]
}