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=541
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=542",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=540",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 541,
    "results": [
        {
            "start": 827201167,
            "stop": 827201186
        },
        {
            "start": 827201189,
            "stop": 827201253
        },
        {
            "start": 827201263,
            "stop": 827201265
        },
        {
            "start": 827201268,
            "stop": 827201330
        },
        {
            "start": 827201334,
            "stop": 827201417
        },
        {
            "start": 827201426,
            "stop": 827201527
        },
        {
            "start": 827201531,
            "stop": 827201560
        },
        {
            "start": 827201563,
            "stop": 827201737
        },
        {
            "start": 827201740,
            "stop": 827201939
        },
        {
            "start": 827201942,
            "stop": 827202226
        },
        {
            "start": 827202229,
            "stop": 827202299
        },
        {
            "start": 827202303,
            "stop": 827202788
        },
        {
            "start": 827202793,
            "stop": 827202825
        },
        {
            "start": 827202831,
            "stop": 827202833
        },
        {
            "start": 827202836,
            "stop": 827202960
        },
        {
            "start": 827203023,
            "stop": 827203031
        },
        {
            "start": 827203034,
            "stop": 827203138
        },
        {
            "start": 827203142,
            "stop": 827203179
        },
        {
            "start": 827203183,
            "stop": 827203192
        },
        {
            "start": 827203195,
            "stop": 827203349
        }
    ]
}