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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=52",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 53,
    "results": [
        {
            "start": 1129136736,
            "stop": 1129139820
        },
        {
            "start": 1129139880,
            "stop": 1129140060
        },
        {
            "start": 1129140120,
            "stop": 1129150440
        },
        {
            "start": 1129150500,
            "stop": 1129150560
        },
        {
            "start": 1129150620,
            "stop": 1129152759
        },
        {
            "start": 1129155660,
            "stop": 1129158387
        },
        {
            "start": 1129158390,
            "stop": 1129159218
        },
        {
            "start": 1129159219,
            "stop": 1129159424
        },
        {
            "start": 1129159425,
            "stop": 1129160383
        },
        {
            "start": 1129160384,
            "stop": 1129161268
        },
        {
            "start": 1129161269,
            "stop": 1129172184
        },
        {
            "start": 1129172185,
            "stop": 1129173658
        },
        {
            "start": 1129173659,
            "stop": 1129182422
        },
        {
            "start": 1129182424,
            "stop": 1129183721
        },
        {
            "start": 1129183722,
            "stop": 1129186169
        },
        {
            "start": 1129186170,
            "stop": 1129186905
        },
        {
            "start": 1129186906,
            "stop": 1129188294
        },
        {
            "start": 1129188295,
            "stop": 1129191537
        },
        {
            "start": 1129191538,
            "stop": 1129191567
        },
        {
            "start": 1129191568,
            "stop": 1129196743
        }
    ]
}