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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=84",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 85,
    "results": [
        {
            "start": 1131058968,
            "stop": 1131058969
        },
        {
            "start": 1131058970,
            "stop": 1131058973
        },
        {
            "start": 1131058974,
            "stop": 1131058977
        },
        {
            "start": 1131058980,
            "stop": 1131058981
        },
        {
            "start": 1131058982,
            "stop": 1131058983
        },
        {
            "start": 1131058984,
            "stop": 1131058985
        },
        {
            "start": 1131058986,
            "stop": 1131058991
        },
        {
            "start": 1131058992,
            "stop": 1131058993
        },
        {
            "start": 1131058994,
            "stop": 1131058998
        },
        {
            "start": 1131058999,
            "stop": 1131059003
        },
        {
            "start": 1131059004,
            "stop": 1131059018
        },
        {
            "start": 1131059019,
            "stop": 1131059036
        },
        {
            "start": 1131059037,
            "stop": 1131059049
        },
        {
            "start": 1131059050,
            "stop": 1131059052
        },
        {
            "start": 1131059054,
            "stop": 1131059055
        },
        {
            "start": 1131059056,
            "stop": 1131059057
        },
        {
            "start": 1131059058,
            "stop": 1131059070
        },
        {
            "start": 1131059073,
            "stop": 1131059075
        },
        {
            "start": 1131059079,
            "stop": 1131059083
        },
        {
            "start": 1131059084,
            "stop": 1131059085
        }
    ]
}