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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=34",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 35,
    "results": [
        {
            "start": 822227755,
            "stop": 822228347
        },
        {
            "start": 822229453,
            "stop": 822230588
        },
        {
            "start": 822231409,
            "stop": 822231495
        },
        {
            "start": 822231805,
            "stop": 822231862
        },
        {
            "start": 822237059,
            "stop": 822239812
        },
        {
            "start": 822241958,
            "stop": 822243592
        },
        {
            "start": 822246511,
            "stop": 822248505
        },
        {
            "start": 822248560,
            "stop": 822250952
        },
        {
            "start": 822261248,
            "stop": 822262724
        },
        {
            "start": 822265293,
            "stop": 822274130
        },
        {
            "start": 822274183,
            "stop": 822277740
        },
        {
            "start": 822277846,
            "stop": 822277943
        },
        {
            "start": 822277986,
            "stop": 822278092
        },
        {
            "start": 822278285,
            "stop": 822293700
        },
        {
            "start": 822295246,
            "stop": 822295647
        },
        {
            "start": 822301570,
            "stop": 822302566
        },
        {
            "start": 822302671,
            "stop": 822306524
        },
        {
            "start": 822306606,
            "stop": 822309336
        },
        {
            "start": 822310234,
            "stop": 822311672
        },
        {
            "start": 822311802,
            "stop": 822315767
        }
    ]
}