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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3839",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3840,
    "results": [
        {
            "start": 875035140,
            "stop": 875035922
        },
        {
            "start": 875035939,
            "stop": 875036073
        },
        {
            "start": 875036090,
            "stop": 875036144
        },
        {
            "start": 875036162,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875037730
        },
        {
            "start": 875037747,
            "stop": 875038307
        },
        {
            "start": 875038324,
            "stop": 875038500
        },
        {
            "start": 875038560,
            "stop": 875038731
        },
        {
            "start": 875038748,
            "stop": 875038777
        },
        {
            "start": 875038794,
            "stop": 875038954
        },
        {
            "start": 875038971,
            "stop": 875039143
        },
        {
            "start": 875039160,
            "stop": 875039220
        },
        {
            "start": 875039280,
            "stop": 875039288
        },
        {
            "start": 875039305,
            "stop": 875039460
        },
        {
            "start": 875039520,
            "stop": 875040393
        },
        {
            "start": 875040410,
            "stop": 875041089
        },
        {
            "start": 875041106,
            "stop": 875041560
        },
        {
            "start": 875042981,
            "stop": 875043113
        },
        {
            "start": 875043130,
            "stop": 875043456
        },
        {
            "start": 875043473,
            "stop": 875043780
        }
    ]
}