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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=25",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 26,
    "results": [
        {
            "start": 817557596,
            "stop": 817557836
        },
        {
            "start": 817557986,
            "stop": 817558046
        },
        {
            "start": 817558322,
            "stop": 817558502
        },
        {
            "start": 817558656,
            "stop": 817559916
        },
        {
            "start": 817560130,
            "stop": 817561030
        },
        {
            "start": 817561187,
            "stop": 817561547
        },
        {
            "start": 817561694,
            "stop": 817562534
        },
        {
            "start": 817562705,
            "stop": 817562885
        },
        {
            "start": 817563073,
            "stop": 817563973
        },
        {
            "start": 817564180,
            "stop": 817564240
        },
        {
            "start": 817580925,
            "stop": 817580985
        },
        {
            "start": 817581155,
            "stop": 817581215
        },
        {
            "start": 817583832,
            "stop": 817583892
        },
        {
            "start": 817584040,
            "stop": 817584100
        },
        {
            "start": 817584639,
            "stop": 817584699
        },
        {
            "start": 817584845,
            "stop": 817584965
        },
        {
            "start": 817585122,
            "stop": 817585242
        },
        {
            "start": 817585676,
            "stop": 817585796
        },
        {
            "start": 817586793,
            "stop": 817586853
        },
        {
            "start": 817589106,
            "stop": 817589346
        }
    ]
}