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=445
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=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=444",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 445,
    "results": [
        {
            "start": 825897983,
            "stop": 825898123
        },
        {
            "start": 825898142,
            "stop": 825898265
        },
        {
            "start": 825898270,
            "stop": 825898275
        },
        {
            "start": 825898278,
            "stop": 825898523
        },
        {
            "start": 825898528,
            "stop": 825898568
        },
        {
            "start": 825898585,
            "stop": 825898593
        },
        {
            "start": 825898597,
            "stop": 825898624
        },
        {
            "start": 825898627,
            "stop": 825898650
        },
        {
            "start": 825899536,
            "stop": 825899554
        },
        {
            "start": 825899558,
            "stop": 825899608
        },
        {
            "start": 825899625,
            "stop": 825899657
        },
        {
            "start": 825899661,
            "stop": 825899677
        },
        {
            "start": 825899680,
            "stop": 825899701
        },
        {
            "start": 825899705,
            "stop": 825899710
        },
        {
            "start": 825899719,
            "stop": 825899735
        },
        {
            "start": 825899740,
            "stop": 825899741
        },
        {
            "start": 825899744,
            "stop": 825899755
        },
        {
            "start": 825899769,
            "stop": 825899808
        },
        {
            "start": 825899811,
            "stop": 825899844
        },
        {
            "start": 825899847,
            "stop": 825899853
        }
    ]
}