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=5022
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=5023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5021",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5022,
    "results": [
        {
            "start": 874546642,
            "stop": 874546653
        },
        {
            "start": 874546705,
            "stop": 874546709
        },
        {
            "start": 874546729,
            "stop": 874546753
        },
        {
            "start": 874546772,
            "stop": 874546800
        },
        {
            "start": 874546882,
            "stop": 874546884
        },
        {
            "start": 874546903,
            "stop": 874546910
        },
        {
            "start": 874546929,
            "stop": 874546952
        },
        {
            "start": 874546971,
            "stop": 874547019
        },
        {
            "start": 874547053,
            "stop": 874547056
        },
        {
            "start": 874547075,
            "stop": 874547080
        },
        {
            "start": 874547099,
            "stop": 874547101
        },
        {
            "start": 874547122,
            "stop": 874547149
        },
        {
            "start": 874547168,
            "stop": 874547272
        },
        {
            "start": 874547292,
            "stop": 874547366
        },
        {
            "start": 874547386,
            "stop": 874547434
        },
        {
            "start": 874547453,
            "stop": 874547527
        },
        {
            "start": 874547559,
            "stop": 874547579
        },
        {
            "start": 874547598,
            "stop": 874547606
        },
        {
            "start": 874547625,
            "stop": 874547671
        },
        {
            "start": 874547690,
            "stop": 874547824
        }
    ]
}