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=480
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=481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=479",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 480,
    "results": [
        {
            "start": 865951100,
            "stop": 865957875
        },
        {
            "start": 865958043,
            "stop": 865960530
        },
        {
            "start": 865960535,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865981156
        },
        {
            "start": 865981158,
            "stop": 865982008
        },
        {
            "start": 865982319,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032029
        },
        {
            "start": 866032695,
            "stop": 866038092
        },
        {
            "start": 866038100,
            "stop": 866049947
        },
        {
            "start": 866049955,
            "stop": 866049972
        },
        {
            "start": 866049978,
            "stop": 866051262
        },
        {
            "start": 866051268,
            "stop": 866053479
        },
        {
            "start": 866053482,
            "stop": 866075512
        },
        {
            "start": 866076012,
            "stop": 866078356
        },
        {
            "start": 866078466,
            "stop": 866078721
        },
        {
            "start": 866079021,
            "stop": 866079080
        },
        {
            "start": 866079190,
            "stop": 866079300
        },
        {
            "start": 866079363,
            "stop": 866079467
        }
    ]
}