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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=93",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 94,
    "results": [
        {
            "start": 817815508,
            "stop": 817815511
        },
        {
            "start": 817815524,
            "stop": 817815529
        },
        {
            "start": 817815540,
            "stop": 817815542
        },
        {
            "start": 817815549,
            "stop": 817815555
        },
        {
            "start": 817815597,
            "stop": 817815600
        },
        {
            "start": 817815608,
            "stop": 817815640
        },
        {
            "start": 817815655,
            "stop": 817815656
        },
        {
            "start": 817815664,
            "stop": 817815718
        },
        {
            "start": 817815728,
            "stop": 817815738
        },
        {
            "start": 817815748,
            "stop": 817815776
        },
        {
            "start": 817815789,
            "stop": 817815847
        },
        {
            "start": 817815855,
            "stop": 817815891
        },
        {
            "start": 817815898,
            "stop": 817815934
        },
        {
            "start": 817815942,
            "stop": 817815995
        },
        {
            "start": 817816003,
            "stop": 817816036
        },
        {
            "start": 817816061,
            "stop": 817816068
        },
        {
            "start": 817816100,
            "stop": 817816143
        },
        {
            "start": 817816150,
            "stop": 817816159
        },
        {
            "start": 817816166,
            "stop": 817816168
        },
        {
            "start": 817816176,
            "stop": 817816195
        }
    ]
}