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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=315",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 316,
    "results": [
        {
            "start": 821745162,
            "stop": 821745163
        },
        {
            "start": 821745166,
            "stop": 821745170
        },
        {
            "start": 821745173,
            "stop": 821745186
        },
        {
            "start": 821745189,
            "stop": 821745194
        },
        {
            "start": 821745197,
            "stop": 821745200
        },
        {
            "start": 821745218,
            "stop": 821745236
        },
        {
            "start": 821745242,
            "stop": 821745256
        },
        {
            "start": 821745274,
            "stop": 821745306
        },
        {
            "start": 821745309,
            "stop": 821745320
        },
        {
            "start": 821745323,
            "stop": 821745326
        },
        {
            "start": 821745334,
            "stop": 821745337
        },
        {
            "start": 821745344,
            "stop": 821745345
        },
        {
            "start": 821745348,
            "stop": 821745359
        },
        {
            "start": 821745378,
            "stop": 821745395
        },
        {
            "start": 821745401,
            "stop": 821745408
        },
        {
            "start": 821745418,
            "stop": 821745421
        },
        {
            "start": 821745424,
            "stop": 821745433
        },
        {
            "start": 821745436,
            "stop": 821745448
        },
        {
            "start": 821745451,
            "stop": 821745452
        },
        {
            "start": 821745457,
            "stop": 821745458
        }
    ]
}