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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7469",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7467",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7468,
    "results": [
        {
            "start": 970128605,
            "stop": 970128632
        },
        {
            "start": 970128635,
            "stop": 970129572
        },
        {
            "start": 970129578,
            "stop": 970129816
        },
        {
            "start": 970129819,
            "stop": 970129857
        },
        {
            "start": 970129860,
            "stop": 970130340
        },
        {
            "start": 970130343,
            "stop": 970131174
        },
        {
            "start": 970131177,
            "stop": 970131270
        },
        {
            "start": 970131273,
            "stop": 970131918
        },
        {
            "start": 970131921,
            "stop": 970131940
        },
        {
            "start": 970131943,
            "stop": 970133306
        },
        {
            "start": 970133316,
            "stop": 970133625
        },
        {
            "start": 970133628,
            "stop": 970134140
        },
        {
            "start": 970134143,
            "stop": 970134229
        },
        {
            "start": 970137093,
            "stop": 970137953
        },
        {
            "start": 970137956,
            "stop": 970138090
        },
        {
            "start": 970138093,
            "stop": 970138255
        },
        {
            "start": 970138258,
            "stop": 970139482
        },
        {
            "start": 970139485,
            "stop": 970139809
        },
        {
            "start": 970139812,
            "stop": 970140778
        },
        {
            "start": 970140781,
            "stop": 970140868
        }
    ]
}