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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 11,
    "results": [
        {
            "start": 1130332140,
            "stop": 1130337668
        },
        {
            "start": 1130347350,
            "stop": 1130348640
        },
        {
            "start": 1130362568,
            "stop": 1130364342
        },
        {
            "start": 1130385876,
            "stop": 1130387454
        },
        {
            "start": 1130388196,
            "stop": 1130407020
        },
        {
            "start": 1130407598,
            "stop": 1130430897
        },
        {
            "start": 1130439505,
            "stop": 1130441732
        },
        {
            "start": 1130447145,
            "stop": 1130447589
        },
        {
            "start": 1130456583,
            "stop": 1130458782
        },
        {
            "start": 1130475459,
            "stop": 1130489318
        },
        {
            "start": 1130496920,
            "stop": 1130520620
        },
        {
            "start": 1130520898,
            "stop": 1130545189
        },
        {
            "start": 1130546106,
            "stop": 1130594443
        },
        {
            "start": 1130622481,
            "stop": 1130625791
        },
        {
            "start": 1130628888,
            "stop": 1130645991
        },
        {
            "start": 1130667304,
            "stop": 1130675171
        },
        {
            "start": 1130675332,
            "stop": 1130699280
        },
        {
            "start": 1130699816,
            "stop": 1130701072
        },
        {
            "start": 1130701326,
            "stop": 1130717810
        },
        {
            "start": 1130718071,
            "stop": 1130719346
        }
    ]
}