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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=49",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 50,
    "results": [
        {
            "start": 1128954240,
            "stop": 1128954360
        },
        {
            "start": 1128954420,
            "stop": 1128954480
        },
        {
            "start": 1128954600,
            "stop": 1128955279
        },
        {
            "start": 1128955280,
            "stop": 1128955314
        },
        {
            "start": 1128955316,
            "stop": 1128956513
        },
        {
            "start": 1128985185,
            "stop": 1128989619
        },
        {
            "start": 1128989620,
            "stop": 1128997504
        },
        {
            "start": 1128997506,
            "stop": 1128998127
        },
        {
            "start": 1128998128,
            "stop": 1129003849
        },
        {
            "start": 1129007625,
            "stop": 1129008348
        },
        {
            "start": 1129008351,
            "stop": 1129011308
        },
        {
            "start": 1129035540,
            "stop": 1129039560
        },
        {
            "start": 1129039680,
            "stop": 1129040640
        },
        {
            "start": 1129040760,
            "stop": 1129041000
        },
        {
            "start": 1129041120,
            "stop": 1129043340
        },
        {
            "start": 1129043460,
            "stop": 1129044240
        },
        {
            "start": 1129044300,
            "stop": 1129045560
        },
        {
            "start": 1129045680,
            "stop": 1129045980
        },
        {
            "start": 1129046040,
            "stop": 1129046280
        },
        {
            "start": 1129046400,
            "stop": 1129048320
        }
    ]
}