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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=175",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 176,
    "results": [
        {
            "start": 826930625,
            "stop": 826930634
        },
        {
            "start": 826930637,
            "stop": 826930638
        },
        {
            "start": 826930642,
            "stop": 826930647
        },
        {
            "start": 826930651,
            "stop": 826930665
        },
        {
            "start": 826930667,
            "stop": 826930671
        },
        {
            "start": 826930675,
            "stop": 826930680
        },
        {
            "start": 826930682,
            "stop": 826930750
        },
        {
            "start": 826930752,
            "stop": 826930799
        },
        {
            "start": 826930801,
            "stop": 826930883
        },
        {
            "start": 826930885,
            "stop": 826930930
        },
        {
            "start": 826930931,
            "stop": 826930987
        },
        {
            "start": 826930989,
            "stop": 826931008
        },
        {
            "start": 826931010,
            "stop": 826931042
        },
        {
            "start": 826931044,
            "stop": 826931095
        },
        {
            "start": 826931097,
            "stop": 826931112
        },
        {
            "start": 826931114,
            "stop": 826931164
        },
        {
            "start": 826931166,
            "stop": 826931171
        },
        {
            "start": 826931174,
            "stop": 826931190
        },
        {
            "start": 826931192,
            "stop": 826931227
        },
        {
            "start": 826931229,
            "stop": 826931241
        }
    ]
}