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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4606",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4607,
    "results": [
        {
            "start": 874157198,
            "stop": 874157357
        },
        {
            "start": 874157376,
            "stop": 874157397
        },
        {
            "start": 874157414,
            "stop": 874158411
        },
        {
            "start": 874158430,
            "stop": 874159359
        },
        {
            "start": 874159479,
            "stop": 874159535
        },
        {
            "start": 874159554,
            "stop": 874160180
        },
        {
            "start": 874160199,
            "stop": 874160702
        },
        {
            "start": 874160822,
            "stop": 874160838
        },
        {
            "start": 874160858,
            "stop": 874161508
        },
        {
            "start": 874161527,
            "stop": 874161984
        },
        {
            "start": 874162003,
            "stop": 874162030
        },
        {
            "start": 874162049,
            "stop": 874162116
        },
        {
            "start": 874162141,
            "stop": 874162433
        },
        {
            "start": 874182367,
            "stop": 874182369
        },
        {
            "start": 874182370,
            "stop": 874182665
        },
        {
            "start": 874182682,
            "stop": 874182995
        },
        {
            "start": 874183012,
            "stop": 874183170
        },
        {
            "start": 874183230,
            "stop": 874183571
        },
        {
            "start": 874183588,
            "stop": 874184062
        },
        {
            "start": 874184079,
            "stop": 874184417
        }
    ]
}