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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 11,
    "results": [
        {
            "start": 931108928,
            "stop": 931108932
        },
        {
            "start": 931108934,
            "stop": 931108936
        },
        {
            "start": 931108939,
            "stop": 931108940
        },
        {
            "start": 931108944,
            "stop": 931108945
        },
        {
            "start": 931108949,
            "stop": 931108963
        },
        {
            "start": 931108966,
            "stop": 931108981
        },
        {
            "start": 931108987,
            "stop": 931108991
        },
        {
            "start": 931108998,
            "stop": 931109025
        },
        {
            "start": 931109027,
            "stop": 931109030
        },
        {
            "start": 931109034,
            "stop": 931109039
        },
        {
            "start": 931109042,
            "stop": 931109049
        },
        {
            "start": 931109051,
            "stop": 931109053
        },
        {
            "start": 931109058,
            "stop": 931109065
        },
        {
            "start": 931109067,
            "stop": 931109073
        },
        {
            "start": 931109208,
            "stop": 931109210
        },
        {
            "start": 931109213,
            "stop": 931109224
        },
        {
            "start": 931109228,
            "stop": 931109229
        },
        {
            "start": 931109231,
            "stop": 931109239
        },
        {
            "start": 931109244,
            "stop": 931109251
        },
        {
            "start": 931109255,
            "stop": 931109270
        }
    ]
}