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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=185",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 186,
    "results": [
        {
            "start": 821661028,
            "stop": 821661034
        },
        {
            "start": 821661037,
            "stop": 821661061
        },
        {
            "start": 821661066,
            "stop": 821661086
        },
        {
            "start": 821661089,
            "stop": 821661116
        },
        {
            "start": 821661119,
            "stop": 821661125
        },
        {
            "start": 821661128,
            "stop": 821661150
        },
        {
            "start": 821661153,
            "stop": 821661171
        },
        {
            "start": 821661179,
            "stop": 821661182
        },
        {
            "start": 821661185,
            "stop": 821661189
        },
        {
            "start": 821661192,
            "stop": 821661193
        },
        {
            "start": 821661196,
            "stop": 821661208
        },
        {
            "start": 821661211,
            "stop": 821661214
        },
        {
            "start": 821661217,
            "stop": 821661231
        },
        {
            "start": 821661239,
            "stop": 821661260
        },
        {
            "start": 821661263,
            "stop": 821661286
        },
        {
            "start": 821661293,
            "stop": 821661295
        },
        {
            "start": 821661298,
            "stop": 821661319
        },
        {
            "start": 821661323,
            "stop": 821661328
        },
        {
            "start": 821661331,
            "stop": 821661341
        },
        {
            "start": 821661344,
            "stop": 821661348
        }
    ]
}