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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=182",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 183,
    "results": [
        {
            "start": 1384534508,
            "stop": 1384536313
        },
        {
            "start": 1384536318,
            "stop": 1384536333
        },
        {
            "start": 1384536338,
            "stop": 1384539572
        },
        {
            "start": 1384539577,
            "stop": 1384539593
        },
        {
            "start": 1384539597,
            "stop": 1384539619
        },
        {
            "start": 1384539627,
            "stop": 1384539671
        },
        {
            "start": 1384539676,
            "stop": 1384539779
        },
        {
            "start": 1384539783,
            "stop": 1384539802
        },
        {
            "start": 1384539807,
            "stop": 1384539832
        },
        {
            "start": 1384539839,
            "stop": 1384540124
        },
        {
            "start": 1384540129,
            "stop": 1384542026
        },
        {
            "start": 1384542031,
            "stop": 1384542288
        },
        {
            "start": 1384542292,
            "stop": 1384542914
        },
        {
            "start": 1384542919,
            "stop": 1384543787
        },
        {
            "start": 1384543792,
            "stop": 1384545415
        },
        {
            "start": 1384545419,
            "stop": 1384545972
        },
        {
            "start": 1384545977,
            "stop": 1384547882
        },
        {
            "start": 1384547887,
            "stop": 1384549121
        },
        {
            "start": 1384549125,
            "stop": 1384549275
        },
        {
            "start": 1384549279,
            "stop": 1384549550
        }
    ]
}