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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8153",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8154,
    "results": [
        {
            "start": 970984015,
            "stop": 970984160
        },
        {
            "start": 970984164,
            "stop": 970984181
        },
        {
            "start": 970984184,
            "stop": 970984214
        },
        {
            "start": 970984217,
            "stop": 970984241
        },
        {
            "start": 970984244,
            "stop": 970984314
        },
        {
            "start": 970984317,
            "stop": 970984369
        },
        {
            "start": 970984372,
            "stop": 970984736
        },
        {
            "start": 970984739,
            "stop": 970984813
        },
        {
            "start": 970984816,
            "stop": 970984889
        },
        {
            "start": 970984892,
            "stop": 970984927
        },
        {
            "start": 970984930,
            "stop": 970985035
        },
        {
            "start": 970985038,
            "stop": 970985101
        },
        {
            "start": 970985104,
            "stop": 970985165
        },
        {
            "start": 970985168,
            "stop": 970985209
        },
        {
            "start": 970985212,
            "stop": 970985218
        },
        {
            "start": 970985221,
            "stop": 970985318
        },
        {
            "start": 970985322,
            "stop": 970985357
        },
        {
            "start": 970985360,
            "stop": 970985396
        },
        {
            "start": 970985399,
            "stop": 970985562
        },
        {
            "start": 970985565,
            "stop": 970985809
        }
    ]
}