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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=67",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 68,
    "results": [
        {
            "start": 1130226161,
            "stop": 1130233683
        },
        {
            "start": 1130233684,
            "stop": 1130235603
        },
        {
            "start": 1130235608,
            "stop": 1130239091
        },
        {
            "start": 1130239092,
            "stop": 1130240974
        },
        {
            "start": 1130240975,
            "stop": 1130244154
        },
        {
            "start": 1130308697,
            "stop": 1130311873
        },
        {
            "start": 1130311875,
            "stop": 1130313481
        },
        {
            "start": 1130313482,
            "stop": 1130313812
        },
        {
            "start": 1130313813,
            "stop": 1130316049
        },
        {
            "start": 1130316051,
            "stop": 1130323880
        },
        {
            "start": 1130323881,
            "stop": 1130324423
        },
        {
            "start": 1130324424,
            "stop": 1130326254
        },
        {
            "start": 1130326255,
            "stop": 1130326264
        },
        {
            "start": 1130326265,
            "stop": 1130326288
        },
        {
            "start": 1130326289,
            "stop": 1130326814
        },
        {
            "start": 1130326816,
            "stop": 1130326817
        },
        {
            "start": 1130326818,
            "stop": 1130326835
        },
        {
            "start": 1130326836,
            "stop": 1130326857
        },
        {
            "start": 1130326858,
            "stop": 1130326889
        },
        {
            "start": 1130326896,
            "stop": 1130326897
        }
    ]
}