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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=57",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 58,
    "results": [
        {
            "start": 826000845,
            "stop": 826003432
        },
        {
            "start": 826005472,
            "stop": 826006264
        },
        {
            "start": 826007969,
            "stop": 826008023
        },
        {
            "start": 826009324,
            "stop": 826011977
        },
        {
            "start": 826012667,
            "stop": 826014811
        },
        {
            "start": 826016166,
            "stop": 826017724
        },
        {
            "start": 826017827,
            "stop": 826023320
        },
        {
            "start": 826025033,
            "stop": 826025319
        },
        {
            "start": 826027452,
            "stop": 826031913
        },
        {
            "start": 826033364,
            "stop": 826036074
        },
        {
            "start": 826036984,
            "stop": 826037226
        },
        {
            "start": 826038271,
            "stop": 826040185
        },
        {
            "start": 826041193,
            "stop": 826041718
        },
        {
            "start": 826044438,
            "stop": 826050504
        },
        {
            "start": 826051450,
            "stop": 826059329
        },
        {
            "start": 826066450,
            "stop": 826073562
        },
        {
            "start": 826074010,
            "stop": 826081315
        },
        {
            "start": 826085313,
            "stop": 826094742
        },
        {
            "start": 826095955,
            "stop": 826097145
        },
        {
            "start": 826097950,
            "stop": 826106772
        }
    ]
}