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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=48",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 49,
    "results": [
        {
            "start": 818957344,
            "stop": 818957764
        },
        {
            "start": 818961822,
            "stop": 818961942
        },
        {
            "start": 818962863,
            "stop": 818962983
        },
        {
            "start": 818963278,
            "stop": 818963338
        },
        {
            "start": 818965554,
            "stop": 818965914
        },
        {
            "start": 818966628,
            "stop": 818966748
        },
        {
            "start": 818966902,
            "stop": 818967022
        },
        {
            "start": 818967179,
            "stop": 818967299
        },
        {
            "start": 818967514,
            "stop": 818967694
        },
        {
            "start": 818967852,
            "stop": 818967912
        },
        {
            "start": 818968048,
            "stop": 818968228
        },
        {
            "start": 818968480,
            "stop": 818968720
        },
        {
            "start": 818968975,
            "stop": 818969035
        },
        {
            "start": 818970038,
            "stop": 818970098
        },
        {
            "start": 818971116,
            "stop": 818971356
        },
        {
            "start": 818972218,
            "stop": 818972338
        },
        {
            "start": 818972501,
            "stop": 818972801
        },
        {
            "start": 818973166,
            "stop": 818973286
        },
        {
            "start": 818973784,
            "stop": 818973844
        },
        {
            "start": 818974858,
            "stop": 818974918
        }
    ]
}