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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7586",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7584",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7585,
    "results": [
        {
            "start": 970489952,
            "stop": 970489967
        },
        {
            "start": 970489971,
            "stop": 970489973
        },
        {
            "start": 970489976,
            "stop": 970489977
        },
        {
            "start": 970489980,
            "stop": 970489982
        },
        {
            "start": 970489985,
            "stop": 970489992
        },
        {
            "start": 970489997,
            "stop": 970490002
        },
        {
            "start": 970490005,
            "stop": 970490007
        },
        {
            "start": 970490010,
            "stop": 970490013
        },
        {
            "start": 970490025,
            "stop": 970490034
        },
        {
            "start": 970490039,
            "stop": 970490041
        },
        {
            "start": 970490044,
            "stop": 970490048
        },
        {
            "start": 970490051,
            "stop": 970490055
        },
        {
            "start": 970490058,
            "stop": 970490059
        },
        {
            "start": 970490062,
            "stop": 970490063
        },
        {
            "start": 970490066,
            "stop": 970490077
        },
        {
            "start": 970490081,
            "stop": 970490082
        },
        {
            "start": 970490085,
            "stop": 970490086
        },
        {
            "start": 970490090,
            "stop": 970490091
        },
        {
            "start": 970490095,
            "stop": 970490100
        },
        {
            "start": 970490106,
            "stop": 970490108
        }
    ]
}