Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=839
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=838",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 839,
    "results": [
        {
            "start": 860931752,
            "stop": 860931932
        },
        {
            "start": 860932075,
            "stop": 860933635
        },
        {
            "start": 860933785,
            "stop": 860934625
        },
        {
            "start": 860934783,
            "stop": 860934903
        },
        {
            "start": 860935077,
            "stop": 860935917
        },
        {
            "start": 860936075,
            "stop": 860936495
        },
        {
            "start": 860937268,
            "stop": 860937988
        },
        {
            "start": 860938190,
            "stop": 860939030
        },
        {
            "start": 860940062,
            "stop": 860940542
        },
        {
            "start": 860940694,
            "stop": 860941714
        },
        {
            "start": 860942268,
            "stop": 860942328
        },
        {
            "start": 860942643,
            "stop": 860942943
        },
        {
            "start": 860948140,
            "stop": 860948200
        },
        {
            "start": 860948658,
            "stop": 860949198
        },
        {
            "start": 860949353,
            "stop": 860949413
        },
        {
            "start": 860949692,
            "stop": 860950052
        },
        {
            "start": 860950436,
            "stop": 860950976
        },
        {
            "start": 860951292,
            "stop": 860953302
        },
        {
            "start": 860953482,
            "stop": 860954052
        },
        {
            "start": 860954295,
            "stop": 860959335
        }
    ]
}