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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9915",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9916,
    "results": [
        {
            "start": 874766940,
            "stop": 874767296
        },
        {
            "start": 874767299,
            "stop": 874767332
        },
        {
            "start": 874767660,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786680
        },
        {
            "start": 874786740,
            "stop": 874786903
        },
        {
            "start": 874787040,
            "stop": 874787100
        },
        {
            "start": 874787340,
            "stop": 874787584
        },
        {
            "start": 874787857,
            "stop": 874788107
        },
        {
            "start": 874788300,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874788480
        },
        {
            "start": 874788540,
            "stop": 874788884
        },
        {
            "start": 874788901,
            "stop": 874789118
        },
        {
            "start": 874789135,
            "stop": 874789170
        },
        {
            "start": 874789187,
            "stop": 874789500
        },
        {
            "start": 874789620,
            "stop": 874789704
        },
        {
            "start": 874789727,
            "stop": 874789843
        },
        {
            "start": 874789860,
            "stop": 874789921
        },
        {
            "start": 874789938,
            "stop": 874789972
        },
        {
            "start": 874790092,
            "stop": 874790490
        },
        {
            "start": 874790509,
            "stop": 874790517
        }
    ]
}