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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=45",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 46,
    "results": [
        {
            "start": 1173233674,
            "stop": 1173298428
        },
        {
            "start": 1173298437,
            "stop": 1173298438
        },
        {
            "start": 1173298442,
            "stop": 1173298448
        },
        {
            "start": 1173298450,
            "stop": 1173298491
        },
        {
            "start": 1173298494,
            "stop": 1173298555
        },
        {
            "start": 1173298557,
            "stop": 1173298558
        },
        {
            "start": 1173298560,
            "stop": 1173300321
        },
        {
            "start": 1173300322,
            "stop": 1173300822
        },
        {
            "start": 1173300825,
            "stop": 1173301255
        },
        {
            "start": 1173301259,
            "stop": 1173301289
        },
        {
            "start": 1173301290,
            "stop": 1173301309
        },
        {
            "start": 1173301314,
            "stop": 1173301390
        },
        {
            "start": 1173301391,
            "stop": 1173301406
        },
        {
            "start": 1173301410,
            "stop": 1173301428
        },
        {
            "start": 1173301429,
            "stop": 1173301430
        },
        {
            "start": 1173301439,
            "stop": 1173301474
        },
        {
            "start": 1173301476,
            "stop": 1173301485
        },
        {
            "start": 1173301496,
            "stop": 1173301660
        },
        {
            "start": 1173301661,
            "stop": 1173301717
        },
        {
            "start": 1173301718,
            "stop": 1173302961
        }
    ]
}