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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=149",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 150,
    "results": [
        {
            "start": 818711563,
            "stop": 818715074
        },
        {
            "start": 818715935,
            "stop": 818717853
        },
        {
            "start": 818718363,
            "stop": 818719399
        },
        {
            "start": 818720489,
            "stop": 818721055
        },
        {
            "start": 818721175,
            "stop": 818723610
        },
        {
            "start": 818724583,
            "stop": 818725913
        },
        {
            "start": 818726033,
            "stop": 818728195
        },
        {
            "start": 818729215,
            "stop": 818729443
        },
        {
            "start": 818729624,
            "stop": 818734496
        },
        {
            "start": 818736085,
            "stop": 818736480
        },
        {
            "start": 818736600,
            "stop": 818739769
        },
        {
            "start": 818739889,
            "stop": 818742294
        },
        {
            "start": 818742414,
            "stop": 818745596
        },
        {
            "start": 818745716,
            "stop": 818748103
        },
        {
            "start": 818748284,
            "stop": 818763663
        },
        {
            "start": 818763664,
            "stop": 818768742
        },
        {
            "start": 818769709,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818776494
        },
        {
            "start": 818776495,
            "stop": 818779680
        },
        {
            "start": 818780256,
            "stop": 818781046
        }
    ]
}