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=3837
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=3838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3836",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3837,
    "results": [
        {
            "start": 875001103,
            "stop": 875001635
        },
        {
            "start": 875001652,
            "stop": 875002624
        },
        {
            "start": 875002641,
            "stop": 875003229
        },
        {
            "start": 875003246,
            "stop": 875003292
        },
        {
            "start": 875003309,
            "stop": 875003523
        },
        {
            "start": 875003540,
            "stop": 875003611
        },
        {
            "start": 875003628,
            "stop": 875004757
        },
        {
            "start": 875004774,
            "stop": 875004890
        },
        {
            "start": 875004960,
            "stop": 875005080
        },
        {
            "start": 875005140,
            "stop": 875005380
        },
        {
            "start": 875005500,
            "stop": 875005680
        },
        {
            "start": 875005800,
            "stop": 875006058
        },
        {
            "start": 875006075,
            "stop": 875006101
        },
        {
            "start": 875006118,
            "stop": 875006300
        },
        {
            "start": 875006317,
            "stop": 875007300
        },
        {
            "start": 875007420,
            "stop": 875009966
        },
        {
            "start": 875009983,
            "stop": 875011164
        },
        {
            "start": 875011181,
            "stop": 875011952
        },
        {
            "start": 875011969,
            "stop": 875014680
        },
        {
            "start": 875014740,
            "stop": 875014800
        }
    ]
}