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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3645",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3646,
    "results": [
        {
            "start": 872524131,
            "stop": 872524712
        },
        {
            "start": 872524732,
            "stop": 872525013
        },
        {
            "start": 872525030,
            "stop": 872525100
        },
        {
            "start": 872525160,
            "stop": 872525955
        },
        {
            "start": 872525972,
            "stop": 872526000
        },
        {
            "start": 872526060,
            "stop": 872526210
        },
        {
            "start": 872526249,
            "stop": 872526426
        },
        {
            "start": 872526443,
            "stop": 872526813
        },
        {
            "start": 872526830,
            "stop": 872527010
        },
        {
            "start": 872527027,
            "stop": 872527140
        },
        {
            "start": 872527200,
            "stop": 872528780
        },
        {
            "start": 872528797,
            "stop": 872528825
        },
        {
            "start": 872528829,
            "stop": 872529049
        },
        {
            "start": 872529066,
            "stop": 872530443
        },
        {
            "start": 872530595,
            "stop": 872532450
        },
        {
            "start": 872532499,
            "stop": 872532786
        },
        {
            "start": 872532803,
            "stop": 872533577
        },
        {
            "start": 872533594,
            "stop": 872533860
        },
        {
            "start": 872533920,
            "stop": 872534277
        },
        {
            "start": 872540333,
            "stop": 872541402
        }
    ]
}