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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=12",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 13,
    "results": [
        {
            "start": 931497641,
            "stop": 931497666
        },
        {
            "start": 931497684,
            "stop": 931497691
        },
        {
            "start": 931497710,
            "stop": 931497719
        },
        {
            "start": 931497744,
            "stop": 931497750
        },
        {
            "start": 931497769,
            "stop": 931497783
        },
        {
            "start": 931497847,
            "stop": 931497865
        },
        {
            "start": 931497916,
            "stop": 931497919
        },
        {
            "start": 931497947,
            "stop": 931497953
        },
        {
            "start": 931497980,
            "stop": 931497994
        },
        {
            "start": 931498013,
            "stop": 931498023
        },
        {
            "start": 931498057,
            "stop": 931498089
        },
        {
            "start": 931498393,
            "stop": 931498399
        },
        {
            "start": 931498466,
            "stop": 931498473
        },
        {
            "start": 931498635,
            "stop": 931498646
        },
        {
            "start": 931498768,
            "stop": 931498769
        },
        {
            "start": 931498995,
            "stop": 931498999
        },
        {
            "start": 931499195,
            "stop": 931499206
        },
        {
            "start": 931499370,
            "stop": 931499377
        },
        {
            "start": 931499608,
            "stop": 931499612
        },
        {
            "start": 931499995,
            "stop": 931500001
        }
    ]
}