Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=981
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=982",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=980",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 981,
    "results": [
        {
            "start": 1251727561,
            "stop": 1251727686
        },
        {
            "start": 1251727691,
            "stop": 1251727824
        },
        {
            "start": 1251727828,
            "stop": 1251727994
        },
        {
            "start": 1251727999,
            "stop": 1251728644
        },
        {
            "start": 1251731074,
            "stop": 1251731382
        },
        {
            "start": 1251731387,
            "stop": 1251731534
        },
        {
            "start": 1251731539,
            "stop": 1251731643
        },
        {
            "start": 1251731647,
            "stop": 1251731703
        },
        {
            "start": 1251731708,
            "stop": 1251731709
        },
        {
            "start": 1251731714,
            "stop": 1251731715
        },
        {
            "start": 1251731720,
            "stop": 1251731778
        },
        {
            "start": 1251731783,
            "stop": 1251731785
        },
        {
            "start": 1251751110,
            "stop": 1251751396
        },
        {
            "start": 1251751404,
            "stop": 1251751585
        },
        {
            "start": 1251751589,
            "stop": 1251751625
        },
        {
            "start": 1251751629,
            "stop": 1251751748
        },
        {
            "start": 1251751751,
            "stop": 1251751776
        },
        {
            "start": 1251751779,
            "stop": 1251751839
        },
        {
            "start": 1251751842,
            "stop": 1251752543
        },
        {
            "start": 1251752545,
            "stop": 1251752614
        }
    ]
}