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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3702",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3700",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3701,
    "results": [
        {
            "start": 970982183,
            "stop": 970982275
        },
        {
            "start": 970982278,
            "stop": 970982279
        },
        {
            "start": 970982282,
            "stop": 970982334
        },
        {
            "start": 970982337,
            "stop": 970982552
        },
        {
            "start": 970982555,
            "stop": 970982612
        },
        {
            "start": 970982615,
            "stop": 970982677
        },
        {
            "start": 970982680,
            "stop": 970982697
        },
        {
            "start": 970982700,
            "stop": 970982745
        },
        {
            "start": 970982748,
            "stop": 970982754
        },
        {
            "start": 970982757,
            "stop": 970982796
        },
        {
            "start": 970982799,
            "stop": 970982862
        },
        {
            "start": 970982865,
            "stop": 970983142
        },
        {
            "start": 970983145,
            "stop": 970983189
        },
        {
            "start": 970983192,
            "stop": 970983317
        },
        {
            "start": 970983323,
            "stop": 970983358
        },
        {
            "start": 970983364,
            "stop": 970983375
        },
        {
            "start": 970983378,
            "stop": 970983538
        },
        {
            "start": 970983541,
            "stop": 970983556
        },
        {
            "start": 970983559,
            "stop": 970983601
        },
        {
            "start": 970983604,
            "stop": 970983638
        }
    ]
}