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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=102",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 103,
    "results": [
        {
            "start": 1131149372,
            "stop": 1131149391
        },
        {
            "start": 1131149392,
            "stop": 1131149403
        },
        {
            "start": 1131149404,
            "stop": 1131149422
        },
        {
            "start": 1131149423,
            "stop": 1131149425
        },
        {
            "start": 1131149427,
            "stop": 1131149428
        },
        {
            "start": 1131149429,
            "stop": 1131149443
        },
        {
            "start": 1131149444,
            "stop": 1131149447
        },
        {
            "start": 1131149448,
            "stop": 1131149468
        },
        {
            "start": 1131149469,
            "stop": 1131149475
        },
        {
            "start": 1131149476,
            "stop": 1131149491
        },
        {
            "start": 1131149492,
            "stop": 1131149501
        },
        {
            "start": 1131149502,
            "stop": 1131149516
        },
        {
            "start": 1131149517,
            "stop": 1131149527
        },
        {
            "start": 1131149528,
            "stop": 1131149529
        },
        {
            "start": 1131149530,
            "stop": 1131149576
        },
        {
            "start": 1131149577,
            "stop": 1131149630
        },
        {
            "start": 1131149631,
            "stop": 1131149633
        },
        {
            "start": 1131149634,
            "stop": 1131149646
        },
        {
            "start": 1131149647,
            "stop": 1131149648
        },
        {
            "start": 1131149649,
            "stop": 1131149666
        }
    ]
}