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=2047
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=2048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2046",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2047,
    "results": [
        {
            "start": 860351541,
            "stop": 860351550
        },
        {
            "start": 860351555,
            "stop": 860351587
        },
        {
            "start": 860351593,
            "stop": 860352393
        },
        {
            "start": 860352396,
            "stop": 860356170
        },
        {
            "start": 860356760,
            "stop": 860357599
        },
        {
            "start": 860358734,
            "stop": 860363981
        },
        {
            "start": 860365309,
            "stop": 860366130
        },
        {
            "start": 860367239,
            "stop": 860367270
        },
        {
            "start": 860367550,
            "stop": 860371203
        },
        {
            "start": 860372544,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860418900
        },
        {
            "start": 860418905,
            "stop": 860421362
        },
        {
            "start": 860421368,
            "stop": 860422861
        },
        {
            "start": 860422864,
            "stop": 860432653
        },
        {
            "start": 860432656,
            "stop": 860432835
        },
        {
            "start": 860432843,
            "stop": 860432857
        },
        {
            "start": 860432865,
            "stop": 860436810
        },
        {
            "start": 860436815,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439605
        },
        {
            "start": 860439610,
            "stop": 860439778
        }
    ]
}