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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=127",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 128,
    "results": [
        {
            "start": 1131160967,
            "stop": 1131160968
        },
        {
            "start": 1131160969,
            "stop": 1131160972
        },
        {
            "start": 1131160973,
            "stop": 1131161014
        },
        {
            "start": 1131161015,
            "stop": 1131161037
        },
        {
            "start": 1131161038,
            "stop": 1131161042
        },
        {
            "start": 1131161043,
            "stop": 1131161068
        },
        {
            "start": 1131161069,
            "stop": 1131161140
        },
        {
            "start": 1131161141,
            "stop": 1131161146
        },
        {
            "start": 1131161147,
            "stop": 1131161153
        },
        {
            "start": 1131161154,
            "stop": 1131161218
        },
        {
            "start": 1131161219,
            "stop": 1131161236
        },
        {
            "start": 1131161237,
            "stop": 1131161239
        },
        {
            "start": 1131161240,
            "stop": 1131161258
        },
        {
            "start": 1131161259,
            "stop": 1131161312
        },
        {
            "start": 1131161313,
            "stop": 1131161400
        },
        {
            "start": 1131161401,
            "stop": 1131161457
        },
        {
            "start": 1131161458,
            "stop": 1131161494
        },
        {
            "start": 1131161495,
            "stop": 1131161535
        },
        {
            "start": 1131161536,
            "stop": 1131161590
        },
        {
            "start": 1131161592,
            "stop": 1131161594
        }
    ]
}