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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=151",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 152,
    "results": [
        {
            "start": 1131172320,
            "stop": 1131172429
        },
        {
            "start": 1131172430,
            "stop": 1131172454
        },
        {
            "start": 1131172455,
            "stop": 1131172489
        },
        {
            "start": 1131172491,
            "stop": 1131172503
        },
        {
            "start": 1131172504,
            "stop": 1131172547
        },
        {
            "start": 1131172548,
            "stop": 1131172551
        },
        {
            "start": 1131172552,
            "stop": 1131172606
        },
        {
            "start": 1131172607,
            "stop": 1131172618
        },
        {
            "start": 1131172619,
            "stop": 1131172660
        },
        {
            "start": 1131172662,
            "stop": 1131172716
        },
        {
            "start": 1131172717,
            "stop": 1131172735
        },
        {
            "start": 1131172736,
            "stop": 1131172744
        },
        {
            "start": 1131172745,
            "stop": 1131172756
        },
        {
            "start": 1131172757,
            "stop": 1131172767
        },
        {
            "start": 1131172768,
            "stop": 1131172777
        },
        {
            "start": 1131172778,
            "stop": 1131172818
        },
        {
            "start": 1131172819,
            "stop": 1131172852
        },
        {
            "start": 1131172853,
            "stop": 1131172865
        },
        {
            "start": 1131172866,
            "stop": 1131172940
        },
        {
            "start": 1131172941,
            "stop": 1131172953
        }
    ]
}