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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=131",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 132,
    "results": [
        {
            "start": 818692210,
            "stop": 818707588
        },
        {
            "start": 818707589,
            "stop": 818707686
        },
        {
            "start": 818707703,
            "stop": 818715074
        },
        {
            "start": 818715935,
            "stop": 818717853
        },
        {
            "start": 818718363,
            "stop": 818719399
        },
        {
            "start": 818720489,
            "stop": 818723610
        },
        {
            "start": 818723952,
            "stop": 818724183
        },
        {
            "start": 818724583,
            "stop": 818728195
        },
        {
            "start": 818729215,
            "stop": 818734496
        },
        {
            "start": 818736085,
            "stop": 818763663
        },
        {
            "start": 818763664,
            "stop": 818768742
        },
        {
            "start": 818769709,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818776494
        },
        {
            "start": 818776495,
            "stop": 818780219
        },
        {
            "start": 818780247,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818785741
        },
        {
            "start": 818785744,
            "stop": 818793477
        },
        {
            "start": 818795057,
            "stop": 818797983
        },
        {
            "start": 818797984,
            "stop": 818799603
        },
        {
            "start": 818799620,
            "stop": 818800574
        }
    ]
}