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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3802",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3803,
    "results": [
        {
            "start": 874551573,
            "stop": 874551780
        },
        {
            "start": 874551840,
            "stop": 874551900
        },
        {
            "start": 874551960,
            "stop": 874552020
        },
        {
            "start": 874552080,
            "stop": 874552452
        },
        {
            "start": 874552469,
            "stop": 874552488
        },
        {
            "start": 874552571,
            "stop": 874552671
        },
        {
            "start": 874552688,
            "stop": 874553304
        },
        {
            "start": 874553321,
            "stop": 874553640
        },
        {
            "start": 874553700,
            "stop": 874554616
        },
        {
            "start": 874554642,
            "stop": 874554706
        },
        {
            "start": 874554723,
            "stop": 874554733
        },
        {
            "start": 874554750,
            "stop": 874555380
        },
        {
            "start": 874555440,
            "stop": 874555500
        },
        {
            "start": 874555620,
            "stop": 874555643
        },
        {
            "start": 874555660,
            "stop": 874555745
        },
        {
            "start": 874555762,
            "stop": 874555763
        },
        {
            "start": 874555780,
            "stop": 874555802
        },
        {
            "start": 874555819,
            "stop": 874555880
        },
        {
            "start": 874555897,
            "stop": 874556352
        },
        {
            "start": 874556392,
            "stop": 874556478
        }
    ]
}