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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=105",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 106,
    "results": [
        {
            "start": 1172602121,
            "stop": 1172607289
        },
        {
            "start": 1172615950,
            "stop": 1172616282
        },
        {
            "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
        }
    ]
}