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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=84",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 85,
    "results": [
        {
            "start": 932077999,
            "stop": 932078015
        },
        {
            "start": 932078016,
            "stop": 932078025
        },
        {
            "start": 932078026,
            "stop": 932078033
        },
        {
            "start": 932078034,
            "stop": 932078035
        },
        {
            "start": 932078036,
            "stop": 932078037
        },
        {
            "start": 932078039,
            "stop": 932078051
        },
        {
            "start": 932078052,
            "stop": 932078061
        },
        {
            "start": 932078062,
            "stop": 932078067
        },
        {
            "start": 932078069,
            "stop": 932078078
        },
        {
            "start": 932078080,
            "stop": 932078090
        },
        {
            "start": 932078092,
            "stop": 932078101
        },
        {
            "start": 932078104,
            "stop": 932078108
        },
        {
            "start": 932078109,
            "stop": 932078110
        },
        {
            "start": 932078113,
            "stop": 932078115
        },
        {
            "start": 932078117,
            "stop": 932078118
        },
        {
            "start": 932078119,
            "stop": 932078180
        },
        {
            "start": 932078182,
            "stop": 932078184
        },
        {
            "start": 932078186,
            "stop": 932078187
        },
        {
            "start": 932078190,
            "stop": 932078191
        },
        {
            "start": 932078192,
            "stop": 932078213
        }
    ]
}