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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3275",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3276,
    "results": [
        {
            "start": 873786780,
            "stop": 873786960
        },
        {
            "start": 873787080,
            "stop": 873787320
        },
        {
            "start": 873787380,
            "stop": 873787920
        },
        {
            "start": 873787980,
            "stop": 873788580
        },
        {
            "start": 873788640,
            "stop": 873788880
        },
        {
            "start": 873789000,
            "stop": 873789060
        },
        {
            "start": 873790740,
            "stop": 873790860
        },
        {
            "start": 873790920,
            "stop": 873791100
        },
        {
            "start": 873791340,
            "stop": 873792180
        },
        {
            "start": 873792240,
            "stop": 873792270
        },
        {
            "start": 873792420,
            "stop": 873799458
        },
        {
            "start": 873799462,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873808724
        },
        {
            "start": 873808905,
            "stop": 873813540
        },
        {
            "start": 873813660,
            "stop": 873814254
        },
        {
            "start": 873815073,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873825720
        },
        {
            "start": 873825780,
            "stop": 873828420
        },
        {
            "start": 873828424,
            "stop": 873830897
        },
        {
            "start": 873830903,
            "stop": 873831540
        }
    ]
}