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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=205",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 206,
    "results": [
        {
            "start": 820512774,
            "stop": 820512776
        },
        {
            "start": 820512780,
            "stop": 820513191
        },
        {
            "start": 820513195,
            "stop": 820513313
        },
        {
            "start": 820513316,
            "stop": 820514125
        },
        {
            "start": 820514130,
            "stop": 820514132
        },
        {
            "start": 820514136,
            "stop": 820514137
        },
        {
            "start": 820514142,
            "stop": 820514257
        },
        {
            "start": 820514260,
            "stop": 820514263
        },
        {
            "start": 820514266,
            "stop": 820514337
        },
        {
            "start": 820514340,
            "stop": 820514344
        },
        {
            "start": 820514348,
            "stop": 820514538
        },
        {
            "start": 820514541,
            "stop": 820514606
        },
        {
            "start": 820514609,
            "stop": 820514612
        },
        {
            "start": 820514616,
            "stop": 820514689
        },
        {
            "start": 820514693,
            "stop": 820515348
        },
        {
            "start": 820515351,
            "stop": 820515507
        },
        {
            "start": 820515510,
            "stop": 820515551
        },
        {
            "start": 820515554,
            "stop": 820515556
        },
        {
            "start": 820515559,
            "stop": 820515689
        },
        {
            "start": 820515706,
            "stop": 820515880
        }
    ]
}