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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 25,
    "results": [
        {
            "start": 931150947,
            "stop": 931150981
        },
        {
            "start": 931150983,
            "stop": 931150987
        },
        {
            "start": 931150989,
            "stop": 931150992
        },
        {
            "start": 931150994,
            "stop": 931151017
        },
        {
            "start": 931151019,
            "stop": 931151039
        },
        {
            "start": 931151041,
            "stop": 931151061
        },
        {
            "start": 931151065,
            "stop": 931151078
        },
        {
            "start": 931151081,
            "stop": 931151083
        },
        {
            "start": 931151085,
            "stop": 931151088
        },
        {
            "start": 931151089,
            "stop": 931151096
        },
        {
            "start": 931151097,
            "stop": 931151116
        },
        {
            "start": 931151122,
            "stop": 931151190
        },
        {
            "start": 931151192,
            "stop": 931151195
        },
        {
            "start": 931151197,
            "stop": 931151203
        },
        {
            "start": 931151205,
            "stop": 931151214
        },
        {
            "start": 931151216,
            "stop": 931151262
        },
        {
            "start": 931151263,
            "stop": 931151270
        },
        {
            "start": 931151273,
            "stop": 931151274
        },
        {
            "start": 931151276,
            "stop": 931151279
        },
        {
            "start": 931151281,
            "stop": 931151347
        }
    ]
}