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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=312",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 313,
    "results": [
        {
            "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
        },
        {
            "start": 851980447,
            "stop": 851980573
        },
        {
            "start": 851993881,
            "stop": 852019213
        }
    ]
}