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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=131",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 132,
    "results": [
        {
            "start": 837352816,
            "stop": 837361199
        },
        {
            "start": 837361212,
            "stop": 837361215
        },
        {
            "start": 837362673,
            "stop": 837363713
        },
        {
            "start": 837363722,
            "stop": 837363742
        },
        {
            "start": 837363750,
            "stop": 837363757
        },
        {
            "start": 837363766,
            "stop": 837369550
        },
        {
            "start": 837371096,
            "stop": 837372238
        },
        {
            "start": 837372242,
            "stop": 837372244
        },
        {
            "start": 837372246,
            "stop": 837372255
        },
        {
            "start": 837373333,
            "stop": 837380299
        },
        {
            "start": 837380300,
            "stop": 837380340
        },
        {
            "start": 837380342,
            "stop": 837401054
        },
        {
            "start": 837401060,
            "stop": 837439559
        },
        {
            "start": 837439564,
            "stop": 837442158
        },
        {
            "start": 837443060,
            "stop": 837444016
        },
        {
            "start": 837446446,
            "stop": 837446623
        },
        {
            "start": 837447901,
            "stop": 837454385
        },
        {
            "start": 837455206,
            "stop": 837455647
        },
        {
            "start": 837455656,
            "stop": 837456835
        },
        {
            "start": 837456843,
            "stop": 837457212
        }
    ]
}