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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=532",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 533,
    "results": [
        {
            "start": 969485725,
            "stop": 969506064
        },
        {
            "start": 969508725,
            "stop": 969509255
        },
        {
            "start": 969509256,
            "stop": 969517817
        },
        {
            "start": 969526275,
            "stop": 969542685
        },
        {
            "start": 969544984,
            "stop": 969561309
        },
        {
            "start": 969563467,
            "stop": 969563668
        },
        {
            "start": 969565506,
            "stop": 969574462
        },
        {
            "start": 969576461,
            "stop": 969582415
        },
        {
            "start": 969586001,
            "stop": 969630951
        },
        {
            "start": 969636722,
            "stop": 969652515
        },
        {
            "start": 969658202,
            "stop": 969672481
        },
        {
            "start": 969672482,
            "stop": 969675995
        },
        {
            "start": 969675997,
            "stop": 969678311
        },
        {
            "start": 969678312,
            "stop": 969678325
        },
        {
            "start": 969678326,
            "stop": 969678336
        },
        {
            "start": 969678337,
            "stop": 969678355
        },
        {
            "start": 969678356,
            "stop": 969678444
        },
        {
            "start": 969678445,
            "stop": 969678450
        },
        {
            "start": 969678451,
            "stop": 969678656
        },
        {
            "start": 969678657,
            "stop": 969678672
        }
    ]
}