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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=235",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 236,
    "results": [
        {
            "start": 851938619,
            "stop": 851939825
        },
        {
            "start": 851946828,
            "stop": 851949186
        },
        {
            "start": 851949193,
            "stop": 851950677
        },
        {
            "start": 851950684,
            "stop": 851951182
        },
        {
            "start": 851951189,
            "stop": 851951757
        },
        {
            "start": 851951764,
            "stop": 851951863
        },
        {
            "start": 851951870,
            "stop": 851955208
        },
        {
            "start": 851955248,
            "stop": 851960363
        },
        {
            "start": 851960370,
            "stop": 851963664
        },
        {
            "start": 851963686,
            "stop": 851963918
        },
        {
            "start": 851963926,
            "stop": 851965668
        },
        {
            "start": 851970009,
            "stop": 851970042
        },
        {
            "start": 851970486,
            "stop": 851970525
        },
        {
            "start": 851976314,
            "stop": 851977995
        },
        {
            "start": 851978563,
            "stop": 851978582
        },
        {
            "start": 851979666,
            "stop": 851979688
        },
        {
            "start": 851979695,
            "stop": 851979867
        },
        {
            "start": 851979874,
            "stop": 851980084
        },
        {
            "start": 851980092,
            "stop": 851980353
        },
        {
            "start": 851980447,
            "stop": 851980573
        }
    ]
}