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_CAT3/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_CAT3/segments?format=api&page=7469",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7467",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7468,
    "results": [
        {
            "start": 970059803,
            "stop": 970060085
        },
        {
            "start": 970060105,
            "stop": 970060110
        },
        {
            "start": 970060127,
            "stop": 970060128
        },
        {
            "start": 970060134,
            "stop": 970060136
        },
        {
            "start": 970060142,
            "stop": 970060486
        },
        {
            "start": 970060489,
            "stop": 970060743
        },
        {
            "start": 970060750,
            "stop": 970061006
        },
        {
            "start": 970061012,
            "stop": 970061020
        },
        {
            "start": 970061026,
            "stop": 970061197
        },
        {
            "start": 970061200,
            "stop": 970061347
        },
        {
            "start": 970061350,
            "stop": 970061580
        },
        {
            "start": 970061586,
            "stop": 970061662
        },
        {
            "start": 970061665,
            "stop": 970061677
        },
        {
            "start": 970061807,
            "stop": 970061968
        },
        {
            "start": 970061971,
            "stop": 970062176
        },
        {
            "start": 970062179,
            "stop": 970062498
        },
        {
            "start": 970062504,
            "stop": 970062519
        },
        {
            "start": 970062522,
            "stop": 970062542
        },
        {
            "start": 970062548,
            "stop": 970062639
        },
        {
            "start": 970062645,
            "stop": 970062725
        }
    ]
}