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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=219",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 220,
    "results": [
        {
            "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
        },
        {
            "start": 821676439,
            "stop": 821676460
        },
        {
            "start": 821676463,
            "stop": 821676481
        }
    ]
}