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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1943",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1944,
    "results": [
        {
            "start": 851938615,
            "stop": 851939825
        },
        {
            "start": 851946828,
            "stop": 851949186
        },
        {
            "start": 851949189,
            "stop": 851950677
        },
        {
            "start": 851950680,
            "stop": 851951182
        },
        {
            "start": 851951185,
            "stop": 851951757
        },
        {
            "start": 851951760,
            "stop": 851951863
        },
        {
            "start": 851951866,
            "stop": 851955216
        },
        {
            "start": 851955217,
            "stop": 851955232
        },
        {
            "start": 851955240,
            "stop": 851960363
        },
        {
            "start": 851960366,
            "stop": 851963672
        },
        {
            "start": 851963678,
            "stop": 851963918
        },
        {
            "start": 851963922,
            "stop": 851965668
        },
        {
            "start": 851970009,
            "stop": 851970042
        },
        {
            "start": 851970486,
            "stop": 851970525
        },
        {
            "start": 851976314,
            "stop": 851977995
        },
        {
            "start": 851978563,
            "stop": 851978582
        },
        {
            "start": 851979666,
            "stop": 851979688
        },
        {
            "start": 851979691,
            "stop": 851979867
        },
        {
            "start": 851979870,
            "stop": 851980084
        },
        {
            "start": 851980088,
            "stop": 851980353
        }
    ]
}