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=1066
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=1067",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1065",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1066,
    "results": [
        {
            "start": 1136381402,
            "stop": 1136381427
        },
        {
            "start": 1136381430,
            "stop": 1136381539
        },
        {
            "start": 1136381542,
            "stop": 1136381621
        },
        {
            "start": 1136381624,
            "stop": 1136381703
        },
        {
            "start": 1136381706,
            "stop": 1136381755
        },
        {
            "start": 1136381758,
            "stop": 1136381903
        },
        {
            "start": 1136381906,
            "stop": 1136381975
        },
        {
            "start": 1136381978,
            "stop": 1136382128
        },
        {
            "start": 1136382131,
            "stop": 1136382188
        },
        {
            "start": 1136382191,
            "stop": 1136382237
        },
        {
            "start": 1136382240,
            "stop": 1136382298
        },
        {
            "start": 1136382301,
            "stop": 1136382406
        },
        {
            "start": 1136382409,
            "stop": 1136382487
        },
        {
            "start": 1136382490,
            "stop": 1136382514
        },
        {
            "start": 1136382517,
            "stop": 1136382544
        },
        {
            "start": 1136382547,
            "stop": 1136382611
        },
        {
            "start": 1136382614,
            "stop": 1136382625
        },
        {
            "start": 1136382628,
            "stop": 1136382681
        },
        {
            "start": 1136382684,
            "stop": 1136382779
        },
        {
            "start": 1136382782,
            "stop": 1136382799
        }
    ]
}