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=820
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=821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=819",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 820,
    "results": [
        {
            "start": 859929693,
            "stop": 859931553
        },
        {
            "start": 859931814,
            "stop": 859932894
        },
        {
            "start": 859933053,
            "stop": 859933653
        },
        {
            "start": 859934093,
            "stop": 859934393
        },
        {
            "start": 859935820,
            "stop": 859936840
        },
        {
            "start": 859937157,
            "stop": 859937277
        },
        {
            "start": 859938512,
            "stop": 859941902
        },
        {
            "start": 859942052,
            "stop": 859945532
        },
        {
            "start": 859945722,
            "stop": 859948902
        },
        {
            "start": 859949048,
            "stop": 859954478
        },
        {
            "start": 859954628,
            "stop": 859957508
        },
        {
            "start": 859957684,
            "stop": 859960684
        },
        {
            "start": 859960901,
            "stop": 859964261
        },
        {
            "start": 859964430,
            "stop": 859965570
        },
        {
            "start": 859971720,
            "stop": 859975680
        },
        {
            "start": 859975886,
            "stop": 859978706
        },
        {
            "start": 859978736,
            "stop": 859978886
        },
        {
            "start": 859978916,
            "stop": 859979306
        },
        {
            "start": 859979336,
            "stop": 859979546
        },
        {
            "start": 859983766,
            "stop": 859983826
        }
    ]
}