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=7394
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=7395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7393",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7394,
    "results": [
        {
            "start": 969659327,
            "stop": 969659362
        },
        {
            "start": 969659442,
            "stop": 969659513
        },
        {
            "start": 969659516,
            "stop": 969659682
        },
        {
            "start": 969659722,
            "stop": 969659802
        },
        {
            "start": 969659813,
            "stop": 969659882
        },
        {
            "start": 969660122,
            "stop": 969660162
        },
        {
            "start": 969660202,
            "stop": 969660402
        },
        {
            "start": 969660482,
            "stop": 969660522
        },
        {
            "start": 969660682,
            "stop": 969660722
        },
        {
            "start": 969660725,
            "stop": 969660762
        },
        {
            "start": 969660842,
            "stop": 969660869
        },
        {
            "start": 969660872,
            "stop": 969661067
        },
        {
            "start": 969661187,
            "stop": 969661233
        },
        {
            "start": 969661236,
            "stop": 969661309
        },
        {
            "start": 969661313,
            "stop": 969661388
        },
        {
            "start": 969661390,
            "stop": 969661427
        },
        {
            "start": 969661607,
            "stop": 969661612
        },
        {
            "start": 969661617,
            "stop": 969661700
        },
        {
            "start": 969661703,
            "stop": 969661720
        },
        {
            "start": 969661723,
            "stop": 969661802
        }
    ]
}