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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=408",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 409,
    "results": [
        {
            "start": 939042180,
            "stop": 939043577
        },
        {
            "start": 939043579,
            "stop": 939043586
        },
        {
            "start": 939046455,
            "stop": 939046826
        },
        {
            "start": 939048836,
            "stop": 939066314
        },
        {
            "start": 939067906,
            "stop": 939069700
        },
        {
            "start": 939069702,
            "stop": 939069717
        },
        {
            "start": 939072309,
            "stop": 939087485
        },
        {
            "start": 939098292,
            "stop": 939116924
        },
        {
            "start": 939119643,
            "stop": 939120830
        },
        {
            "start": 939122760,
            "stop": 939130884
        },
        {
            "start": 939130886,
            "stop": 939131919
        },
        {
            "start": 939134364,
            "stop": 939147708
        },
        {
            "start": 939160593,
            "stop": 939168105
        },
        {
            "start": 939171963,
            "stop": 939179681
        },
        {
            "start": 939179683,
            "stop": 939184941
        },
        {
            "start": 939184942,
            "stop": 939184944
        },
        {
            "start": 939184945,
            "stop": 939199052
        },
        {
            "start": 939204965,
            "stop": 939214491
        },
        {
            "start": 939216429,
            "stop": 939222816
        },
        {
            "start": 939222818,
            "stop": 939223972
        }
    ]
}