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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=226",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 227,
    "results": [
        {
            "start": 821676142,
            "stop": 821676157
        },
        {
            "start": 821676164,
            "stop": 821676165
        },
        {
            "start": 821676168,
            "stop": 821676181
        },
        {
            "start": 821676184,
            "stop": 821676191
        },
        {
            "start": 821676194,
            "stop": 821676204
        },
        {
            "start": 821676207,
            "stop": 821676218
        },
        {
            "start": 821676221,
            "stop": 821676229
        },
        {
            "start": 821676237,
            "stop": 821676238
        },
        {
            "start": 821676241,
            "stop": 821676244
        },
        {
            "start": 821676247,
            "stop": 821676264
        },
        {
            "start": 821676268,
            "stop": 821676272
        },
        {
            "start": 821676275,
            "stop": 821676283
        },
        {
            "start": 821676286,
            "stop": 821676290
        },
        {
            "start": 821676295,
            "stop": 821676296
        },
        {
            "start": 821676299,
            "stop": 821676318
        },
        {
            "start": 821676324,
            "stop": 821676325
        },
        {
            "start": 821676333,
            "stop": 821676349
        },
        {
            "start": 821676352,
            "stop": 821676405
        },
        {
            "start": 821676413,
            "stop": 821676430
        },
        {
            "start": 821676433,
            "stop": 821676436
        }
    ]
}