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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 154,
    "results": [
        {
            "start": 820251728,
            "stop": 820251754
        },
        {
            "start": 820251757,
            "stop": 820251917
        },
        {
            "start": 820251920,
            "stop": 820251924
        },
        {
            "start": 820251927,
            "stop": 820251985
        },
        {
            "start": 820251988,
            "stop": 820252011
        },
        {
            "start": 820252014,
            "stop": 820252064
        },
        {
            "start": 820252068,
            "stop": 820252071
        },
        {
            "start": 820252074,
            "stop": 820252817
        },
        {
            "start": 820252820,
            "stop": 820252930
        },
        {
            "start": 820252933,
            "stop": 820253404
        },
        {
            "start": 820253407,
            "stop": 820253435
        },
        {
            "start": 820253439,
            "stop": 820253777
        },
        {
            "start": 820253780,
            "stop": 820253785
        },
        {
            "start": 820253788,
            "stop": 820254203
        },
        {
            "start": 820254207,
            "stop": 820254210
        },
        {
            "start": 820254213,
            "stop": 820254515
        },
        {
            "start": 820254518,
            "stop": 820254788
        },
        {
            "start": 820254791,
            "stop": 820254800
        },
        {
            "start": 820254803,
            "stop": 820254923
        },
        {
            "start": 820254926,
            "stop": 820255549
        }
    ]
}