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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=414",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 415,
    "results": [
        {
            "start": 821769166,
            "stop": 821769184
        },
        {
            "start": 821769187,
            "stop": 821769197
        },
        {
            "start": 821769200,
            "stop": 821769203
        },
        {
            "start": 821769206,
            "stop": 821769216
        },
        {
            "start": 821769219,
            "stop": 821769221
        },
        {
            "start": 821769224,
            "stop": 821769236
        },
        {
            "start": 821769248,
            "stop": 821769251
        },
        {
            "start": 821769254,
            "stop": 821769257
        },
        {
            "start": 821769262,
            "stop": 821769276
        },
        {
            "start": 821769280,
            "stop": 821769286
        },
        {
            "start": 821769293,
            "stop": 821769301
        },
        {
            "start": 821769306,
            "stop": 821769316
        },
        {
            "start": 821769319,
            "stop": 821769328
        },
        {
            "start": 821769336,
            "stop": 821769338
        },
        {
            "start": 821769341,
            "stop": 821769349
        },
        {
            "start": 821769355,
            "stop": 821769381
        },
        {
            "start": 821769392,
            "stop": 821769423
        },
        {
            "start": 821769426,
            "stop": 821769429
        },
        {
            "start": 821769433,
            "stop": 821769441
        },
        {
            "start": 821769444,
            "stop": 821769445
        }
    ]
}