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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=465",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 466,
    "results": [
        {
            "start": 825976022,
            "stop": 825976245
        },
        {
            "start": 825976248,
            "stop": 825976388
        },
        {
            "start": 825976391,
            "stop": 825976396
        },
        {
            "start": 825976400,
            "stop": 825976403
        },
        {
            "start": 825976408,
            "stop": 825976517
        },
        {
            "start": 825976535,
            "stop": 825976541
        },
        {
            "start": 825976554,
            "stop": 825976570
        },
        {
            "start": 825976574,
            "stop": 825976585
        },
        {
            "start": 825976589,
            "stop": 825976594
        },
        {
            "start": 825976608,
            "stop": 825976623
        },
        {
            "start": 825976652,
            "stop": 825976657
        },
        {
            "start": 825976660,
            "stop": 825976676
        },
        {
            "start": 825976680,
            "stop": 825976686
        },
        {
            "start": 825976694,
            "stop": 825976700
        },
        {
            "start": 825976703,
            "stop": 825976967
        },
        {
            "start": 825976971,
            "stop": 825977067
        },
        {
            "start": 825977070,
            "stop": 825977094
        },
        {
            "start": 825977097,
            "stop": 825977209
        },
        {
            "start": 825977222,
            "stop": 825977228
        },
        {
            "start": 825977236,
            "stop": 825977242
        }
    ]
}