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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8342",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8343,
    "results": [
        {
            "start": 874567686,
            "stop": 874567918
        },
        {
            "start": 874567937,
            "stop": 874568314
        },
        {
            "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": 874570762
        },
        {
            "start": 874570779,
            "stop": 874571898
        },
        {
            "start": 874571915,
            "stop": 874572333
        },
        {
            "start": 874572350,
            "stop": 874572450
        },
        {
            "start": 874573830,
            "stop": 874575455
        },
        {
            "start": 874575472,
            "stop": 874576460
        },
        {
            "start": 874576477,
            "stop": 874577309
        },
        {
            "start": 874577328,
            "stop": 874577535
        },
        {
            "start": 874577554,
            "stop": 874577577
        },
        {
            "start": 874577605,
            "stop": 874577846
        },
        {
            "start": 874577904,
            "stop": 874577975
        },
        {
            "start": 874577996,
            "stop": 874578081
        }
    ]
}