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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=26",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 27,
    "results": [
        {
            "start": 816387273,
            "stop": 816387540
        },
        {
            "start": 816387600,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816389069
        },
        {
            "start": 816389189,
            "stop": 816389248
        },
        {
            "start": 816389280,
            "stop": 816389443
        },
        {
            "start": 816389520,
            "stop": 816389640
        },
        {
            "start": 816389700,
            "stop": 816390181
        },
        {
            "start": 816393435,
            "stop": 816393540
        },
        {
            "start": 816393900,
            "stop": 816394140
        },
        {
            "start": 816394200,
            "stop": 816394320
        },
        {
            "start": 816394380,
            "stop": 816394395
        },
        {
            "start": 816397338,
            "stop": 816397380
        },
        {
            "start": 816397500,
            "stop": 816398802
        },
        {
            "start": 816398922,
            "stop": 816399000
        },
        {
            "start": 816399120,
            "stop": 816400589
        },
        {
            "start": 816400592,
            "stop": 816403552
        },
        {
            "start": 816403732,
            "stop": 816404040
        },
        {
            "start": 816404100,
            "stop": 816405180
        },
        {
            "start": 816405240,
            "stop": 816405243
        },
        {
            "start": 816405363,
            "stop": 816406148
        }
    ]
}