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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=74",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 75,
    "results": [
        {
            "start": 1165874410,
            "stop": 1165874606
        },
        {
            "start": 1165874607,
            "stop": 1165875288
        },
        {
            "start": 1165875289,
            "stop": 1165875598
        },
        {
            "start": 1165875599,
            "stop": 1165875985
        },
        {
            "start": 1165875986,
            "stop": 1165876182
        },
        {
            "start": 1165876183,
            "stop": 1165876327
        },
        {
            "start": 1165876328,
            "stop": 1165876483
        },
        {
            "start": 1165876484,
            "stop": 1165876907
        },
        {
            "start": 1165876908,
            "stop": 1165876923
        },
        {
            "start": 1165876924,
            "stop": 1165877539
        },
        {
            "start": 1165877540,
            "stop": 1165877762
        },
        {
            "start": 1165877764,
            "stop": 1165877802
        },
        {
            "start": 1165877803,
            "stop": 1165878112
        },
        {
            "start": 1165878113,
            "stop": 1165878405
        },
        {
            "start": 1165878406,
            "stop": 1165878638
        },
        {
            "start": 1165878640,
            "stop": 1165878743
        },
        {
            "start": 1165878745,
            "stop": 1165879401
        },
        {
            "start": 1165879402,
            "stop": 1165879416
        },
        {
            "start": 1165889252,
            "stop": 1165901541
        },
        {
            "start": 1165901910,
            "stop": 1165923570
        }
    ]
}