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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=253",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 254,
    "results": [
        {
            "start": 934097226,
            "stop": 934097320
        },
        {
            "start": 934097323,
            "stop": 934097551
        },
        {
            "start": 934097553,
            "stop": 934097617
        },
        {
            "start": 934097619,
            "stop": 934097714
        },
        {
            "start": 934097717,
            "stop": 934097812
        },
        {
            "start": 934097818,
            "stop": 934098578
        },
        {
            "start": 934098584,
            "stop": 934099215
        },
        {
            "start": 934099455,
            "stop": 934099465
        },
        {
            "start": 934099470,
            "stop": 934099511
        },
        {
            "start": 934103335,
            "stop": 934103744
        },
        {
            "start": 934103747,
            "stop": 934103923
        },
        {
            "start": 934103925,
            "stop": 934104033
        },
        {
            "start": 934104035,
            "stop": 934104066
        },
        {
            "start": 934104069,
            "stop": 934104196
        },
        {
            "start": 934104198,
            "stop": 934104358
        },
        {
            "start": 934104360,
            "stop": 934104422
        },
        {
            "start": 934104425,
            "stop": 934104750
        },
        {
            "start": 934104752,
            "stop": 934104816
        },
        {
            "start": 934104818,
            "stop": 934104914
        },
        {
            "start": 934104916,
            "stop": 934105011
        }
    ]
}