Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=64",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 65,
    "results": [
        {
            "start": 1130043589,
            "stop": 1130044533
        },
        {
            "start": 1130044534,
            "stop": 1130045534
        },
        {
            "start": 1130045535,
            "stop": 1130055578
        },
        {
            "start": 1130055579,
            "stop": 1130056346
        },
        {
            "start": 1130056347,
            "stop": 1130059160
        },
        {
            "start": 1130059161,
            "stop": 1130061482
        },
        {
            "start": 1130061483,
            "stop": 1130067576
        },
        {
            "start": 1130067577,
            "stop": 1130068668
        },
        {
            "start": 1130068669,
            "stop": 1130078880
        },
        {
            "start": 1130078940,
            "stop": 1130079840
        },
        {
            "start": 1130079900,
            "stop": 1130080260
        },
        {
            "start": 1130080380,
            "stop": 1130081100
        },
        {
            "start": 1130081220,
            "stop": 1130081400
        },
        {
            "start": 1130081520,
            "stop": 1130081880
        },
        {
            "start": 1130081940,
            "stop": 1130082300
        },
        {
            "start": 1130082360,
            "stop": 1130082840
        },
        {
            "start": 1130082900,
            "stop": 1130083800
        },
        {
            "start": 1130083920,
            "stop": 1130084400
        },
        {
            "start": 1130084520,
            "stop": 1130084755
        },
        {
            "start": 1130084756,
            "stop": 1130086080
        }
    ]
}