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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=9",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 10,
    "results": [
        {
            "start": 931163002,
            "stop": 931163004
        },
        {
            "start": 931163035,
            "stop": 931163036
        },
        {
            "start": 931163045,
            "stop": 931163047
        },
        {
            "start": 931163058,
            "stop": 931163061
        },
        {
            "start": 931163068,
            "stop": 931163071
        },
        {
            "start": 931163377,
            "stop": 931163379
        },
        {
            "start": 931163388,
            "stop": 931163392
        },
        {
            "start": 931163488,
            "stop": 931163489
        },
        {
            "start": 931163516,
            "stop": 931163517
        },
        {
            "start": 931163624,
            "stop": 931163627
        },
        {
            "start": 931163729,
            "stop": 931163731
        },
        {
            "start": 931163923,
            "stop": 931163928
        },
        {
            "start": 931164002,
            "stop": 931164003
        },
        {
            "start": 931169081,
            "stop": 931169805
        },
        {
            "start": 931169811,
            "stop": 931170824
        },
        {
            "start": 931170830,
            "stop": 931170859
        },
        {
            "start": 931170864,
            "stop": 931170872
        },
        {
            "start": 931170878,
            "stop": 931170882
        },
        {
            "start": 931170889,
            "stop": 931170891
        },
        {
            "start": 931170906,
            "stop": 931170909
        }
    ]
}