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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=18",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 19,
    "results": [
        {
            "start": 1172619713,
            "stop": 1172635040
        },
        {
            "start": 1172642565,
            "stop": 1172688161
        },
        {
            "start": 1172695539,
            "stop": 1172746666
        },
        {
            "start": 1172752616,
            "stop": 1172785517
        },
        {
            "start": 1172803549,
            "stop": 1172847946
        },
        {
            "start": 1172847951,
            "stop": 1172849131
        },
        {
            "start": 1172878403,
            "stop": 1172934075
        },
        {
            "start": 1172965990,
            "stop": 1172979423
        },
        {
            "start": 1172984678,
            "stop": 1173013560
        },
        {
            "start": 1173038705,
            "stop": 1173053149
        },
        {
            "start": 1173054795,
            "stop": 1173097632
        },
        {
            "start": 1173102686,
            "stop": 1173113944
        },
        {
            "start": 1173116983,
            "stop": 1173121408
        },
        {
            "start": 1173136429,
            "stop": 1173141780
        },
        {
            "start": 1173141795,
            "stop": 1173187652
        },
        {
            "start": 1173194526,
            "stop": 1173194887
        },
        {
            "start": 1173196986,
            "stop": 1173203038
        },
        {
            "start": 1173203115,
            "stop": 1173267230
        },
        {
            "start": 1173269807,
            "stop": 1173272929
        },
        {
            "start": 1173272996,
            "stop": 1173297618
        }
    ]
}