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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8194",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8195,
    "results": [
        {
            "start": 971450419,
            "stop": 971450423
        },
        {
            "start": 971450431,
            "stop": 971450433
        },
        {
            "start": 971450440,
            "stop": 971450442
        },
        {
            "start": 971450450,
            "stop": 971450457
        },
        {
            "start": 971450464,
            "stop": 971450542
        },
        {
            "start": 971450545,
            "stop": 971450595
        },
        {
            "start": 971450598,
            "stop": 971450634
        },
        {
            "start": 971450640,
            "stop": 971450673
        },
        {
            "start": 971450678,
            "stop": 971450679
        },
        {
            "start": 971450682,
            "stop": 971450693
        },
        {
            "start": 971450696,
            "stop": 971450768
        },
        {
            "start": 971450771,
            "stop": 971450792
        },
        {
            "start": 971460805,
            "stop": 971460982
        },
        {
            "start": 971460985,
            "stop": 971460992
        },
        {
            "start": 971460995,
            "stop": 971461051
        },
        {
            "start": 971461056,
            "stop": 971461067
        },
        {
            "start": 971461071,
            "stop": 971461100
        },
        {
            "start": 971461106,
            "stop": 971461135
        },
        {
            "start": 971461138,
            "stop": 971461187
        },
        {
            "start": 971461190,
            "stop": 971461223
        }
    ]
}