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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=57",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 58,
    "results": [
        {
            "start": 931398421,
            "stop": 931398470
        },
        {
            "start": 931398488,
            "stop": 931398499
        },
        {
            "start": 931398524,
            "stop": 931398572
        },
        {
            "start": 931398589,
            "stop": 931398599
        },
        {
            "start": 931398616,
            "stop": 931398622
        },
        {
            "start": 931398664,
            "stop": 931398698
        },
        {
            "start": 931398719,
            "stop": 931398738
        },
        {
            "start": 931398761,
            "stop": 931398773
        },
        {
            "start": 931398791,
            "stop": 931398792
        },
        {
            "start": 931398811,
            "stop": 931398818
        },
        {
            "start": 931398836,
            "stop": 931398844
        },
        {
            "start": 931398861,
            "stop": 931398910
        },
        {
            "start": 931398969,
            "stop": 931398996
        },
        {
            "start": 931399014,
            "stop": 931399021
        },
        {
            "start": 931399056,
            "stop": 931399060
        },
        {
            "start": 931399077,
            "stop": 931399094
        },
        {
            "start": 931399145,
            "stop": 931399168
        },
        {
            "start": 931399187,
            "stop": 931399205
        },
        {
            "start": 931399592,
            "stop": 931399604
        },
        {
            "start": 931399724,
            "stop": 931399739
        }
    ]
}