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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=7",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 8,
    "results": [
        {
            "start": 1167684166,
            "stop": 1167685969
        },
        {
            "start": 1167690131,
            "stop": 1167699195
        },
        {
            "start": 1167710133,
            "stop": 1167713997
        },
        {
            "start": 1167715531,
            "stop": 1167720775
        },
        {
            "start": 1167724103,
            "stop": 1167731830
        },
        {
            "start": 1167734564,
            "stop": 1167736768
        },
        {
            "start": 1167740300,
            "stop": 1167744532
        },
        {
            "start": 1167751200,
            "stop": 1167751304
        },
        {
            "start": 1167940598,
            "stop": 1167942010
        },
        {
            "start": 1167943498,
            "stop": 1167949644
        },
        {
            "start": 1167980368,
            "stop": 1167981251
        },
        {
            "start": 1167982057,
            "stop": 1167982663
        },
        {
            "start": 1167983362,
            "stop": 1167997478
        },
        {
            "start": 1168008928,
            "stop": 1168009043
        },
        {
            "start": 1168042715,
            "stop": 1168065110
        },
        {
            "start": 1168127735,
            "stop": 1168141494
        },
        {
            "start": 1168148086,
            "stop": 1168187042
        },
        {
            "start": 1168212097,
            "stop": 1168212380
        },
        {
            "start": 1168217487,
            "stop": 1168227039
        },
        {
            "start": 1168231023,
            "stop": 1168253752
        }
    ]
}