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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=95",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 96,
    "results": [
        {
            "start": 1134788261,
            "stop": 1134788262
        },
        {
            "start": 1134788274,
            "stop": 1134788279
        },
        {
            "start": 1134788288,
            "stop": 1134788297
        },
        {
            "start": 1134788302,
            "stop": 1134788325
        },
        {
            "start": 1134788329,
            "stop": 1134788884
        },
        {
            "start": 1134788895,
            "stop": 1134788916
        },
        {
            "start": 1134788924,
            "stop": 1134788930
        },
        {
            "start": 1134788937,
            "stop": 1134788940
        },
        {
            "start": 1134788949,
            "stop": 1134788951
        },
        {
            "start": 1134788954,
            "stop": 1134789183
        },
        {
            "start": 1134789192,
            "stop": 1134789705
        },
        {
            "start": 1134789708,
            "stop": 1134789724
        },
        {
            "start": 1134789729,
            "stop": 1134789731
        },
        {
            "start": 1134789734,
            "stop": 1134789736
        },
        {
            "start": 1134789739,
            "stop": 1134789767
        },
        {
            "start": 1134789772,
            "stop": 1134789849
        },
        {
            "start": 1134789863,
            "stop": 1134789865
        },
        {
            "start": 1134789876,
            "stop": 1134790450
        },
        {
            "start": 1134790454,
            "stop": 1134790491
        },
        {
            "start": 1134790498,
            "stop": 1134790548
        }
    ]
}