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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=336",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 337,
    "results": [
        {
            "start": 821751154,
            "stop": 821751155
        },
        {
            "start": 821751161,
            "stop": 821751165
        },
        {
            "start": 821751169,
            "stop": 821751177
        },
        {
            "start": 821751180,
            "stop": 821751189
        },
        {
            "start": 821751199,
            "stop": 821751201
        },
        {
            "start": 821751204,
            "stop": 821751216
        },
        {
            "start": 821751226,
            "stop": 821751229
        },
        {
            "start": 821751240,
            "stop": 821751241
        },
        {
            "start": 821751248,
            "stop": 821751256
        },
        {
            "start": 821751263,
            "stop": 821751275
        },
        {
            "start": 821751284,
            "stop": 821751287
        },
        {
            "start": 821751294,
            "stop": 821751296
        },
        {
            "start": 821751299,
            "stop": 821751304
        },
        {
            "start": 821751308,
            "stop": 821751313
        },
        {
            "start": 821751318,
            "stop": 821751326
        },
        {
            "start": 821751330,
            "stop": 821751331
        },
        {
            "start": 821751344,
            "stop": 821751350
        },
        {
            "start": 821751353,
            "stop": 821751384
        },
        {
            "start": 821751387,
            "stop": 821751391
        },
        {
            "start": 821751399,
            "stop": 821751401
        }
    ]
}