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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2343",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2344,
    "results": [
        {
            "start": 874568422,
            "stop": 874568661
        },
        {
            "start": 874568680,
            "stop": 874568785
        },
        {
            "start": 874568804,
            "stop": 874569038
        },
        {
            "start": 874569057,
            "stop": 874569417
        },
        {
            "start": 874569436,
            "stop": 874569817
        },
        {
            "start": 874569845,
            "stop": 874569878
        },
        {
            "start": 874569897,
            "stop": 874572741
        },
        {
            "start": 874572758,
            "stop": 874572813
        },
        {
            "start": 874572833,
            "stop": 874572870
        },
        {
            "start": 874572895,
            "stop": 874573042
        },
        {
            "start": 874573061,
            "stop": 874573067
        },
        {
            "start": 874573091,
            "stop": 874573108
        },
        {
            "start": 874573125,
            "stop": 874573148
        },
        {
            "start": 874573802,
            "stop": 874577309
        },
        {
            "start": 874577328,
            "stop": 874577535
        },
        {
            "start": 874577554,
            "stop": 874577577
        },
        {
            "start": 874577605,
            "stop": 874577846
        },
        {
            "start": 874577904,
            "stop": 874577975
        },
        {
            "start": 874577996,
            "stop": 874578081
        },
        {
            "start": 874578112,
            "stop": 874578527
        }
    ]
}