Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5190",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5188",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5189,
    "results": [
        {
            "start": 1137026032,
            "stop": 1137026042
        },
        {
            "start": 1137026044,
            "stop": 1137026062
        },
        {
            "start": 1137026064,
            "stop": 1137026097
        },
        {
            "start": 1137026099,
            "stop": 1137026102
        },
        {
            "start": 1137026104,
            "stop": 1137026113
        },
        {
            "start": 1137026115,
            "stop": 1137026121
        },
        {
            "start": 1137026123,
            "stop": 1137026143
        },
        {
            "start": 1137026144,
            "stop": 1137026146
        },
        {
            "start": 1137026148,
            "stop": 1137026163
        },
        {
            "start": 1137026165,
            "stop": 1137026169
        },
        {
            "start": 1137026170,
            "stop": 1137026178
        },
        {
            "start": 1137026180,
            "stop": 1137026187
        },
        {
            "start": 1137026188,
            "stop": 1137026190
        },
        {
            "start": 1137026192,
            "stop": 1137026212
        },
        {
            "start": 1137026219,
            "stop": 1137026229
        },
        {
            "start": 1137026230,
            "stop": 1137026231
        },
        {
            "start": 1137026233,
            "stop": 1137026238
        },
        {
            "start": 1137026240,
            "stop": 1137026257
        },
        {
            "start": 1137026259,
            "stop": 1137026269
        },
        {
            "start": 1137026271,
            "stop": 1137026396
        }
    ]
}