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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=218",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 219,
    "results": [
        {
            "start": 1184783632,
            "stop": 1184783779
        },
        {
            "start": 1184783780,
            "stop": 1184783886
        },
        {
            "start": 1184783887,
            "stop": 1184783901
        },
        {
            "start": 1184783902,
            "stop": 1184783905
        },
        {
            "start": 1184783906,
            "stop": 1184783918
        },
        {
            "start": 1184783920,
            "stop": 1184783931
        },
        {
            "start": 1184783935,
            "stop": 1184783943
        },
        {
            "start": 1184783944,
            "stop": 1184783958
        },
        {
            "start": 1184783963,
            "stop": 1184783967
        },
        {
            "start": 1184783971,
            "stop": 1184783976
        },
        {
            "start": 1184783977,
            "stop": 1184783978
        },
        {
            "start": 1184783979,
            "stop": 1184784006
        },
        {
            "start": 1184784009,
            "stop": 1184784013
        },
        {
            "start": 1184784014,
            "stop": 1184784022
        },
        {
            "start": 1184784024,
            "stop": 1184784029
        },
        {
            "start": 1184784031,
            "stop": 1184784037
        },
        {
            "start": 1184784040,
            "stop": 1184784043
        },
        {
            "start": 1184784044,
            "stop": 1184784045
        },
        {
            "start": 1184784046,
            "stop": 1184784047
        },
        {
            "start": 1184784050,
            "stop": 1184784068
        }
    ]
}