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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=66",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 67,
    "results": [
        {
            "start": 1165853513,
            "stop": 1165853516
        },
        {
            "start": 1165853517,
            "stop": 1165853526
        },
        {
            "start": 1165853527,
            "stop": 1165853535
        },
        {
            "start": 1165853536,
            "stop": 1165853547
        },
        {
            "start": 1165853548,
            "stop": 1165853556
        },
        {
            "start": 1165853557,
            "stop": 1165853564
        },
        {
            "start": 1165853565,
            "stop": 1165853570
        },
        {
            "start": 1165853572,
            "stop": 1165853591
        },
        {
            "start": 1165853593,
            "stop": 1165853607
        },
        {
            "start": 1165853608,
            "stop": 1165853632
        },
        {
            "start": 1165853633,
            "stop": 1165853638
        },
        {
            "start": 1165853640,
            "stop": 1165853646
        },
        {
            "start": 1165853647,
            "stop": 1165853660
        },
        {
            "start": 1165853662,
            "stop": 1165853663
        },
        {
            "start": 1165853664,
            "stop": 1165853669
        },
        {
            "start": 1165853671,
            "stop": 1165853675
        },
        {
            "start": 1165853676,
            "stop": 1165853678
        },
        {
            "start": 1165853679,
            "stop": 1165853680
        },
        {
            "start": 1165853681,
            "stop": 1165853693
        },
        {
            "start": 1165853694,
            "stop": 1165853701
        }
    ]
}