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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29357",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29358,
    "results": [
        {
            "start": 971257765,
            "stop": 971257767
        },
        {
            "start": 971257768,
            "stop": 971257779
        },
        {
            "start": 971257781,
            "stop": 971257784
        },
        {
            "start": 971257787,
            "stop": 971257789
        },
        {
            "start": 971257791,
            "stop": 971257792
        },
        {
            "start": 971257793,
            "stop": 971257805
        },
        {
            "start": 971257806,
            "stop": 971257820
        },
        {
            "start": 971257821,
            "stop": 971257825
        },
        {
            "start": 971257826,
            "stop": 971257837
        },
        {
            "start": 971257839,
            "stop": 971257848
        },
        {
            "start": 971257851,
            "stop": 971257863
        },
        {
            "start": 971257864,
            "stop": 971257868
        },
        {
            "start": 971257871,
            "stop": 971257873
        },
        {
            "start": 971257876,
            "stop": 971257880
        },
        {
            "start": 971257885,
            "stop": 971257888
        },
        {
            "start": 971257889,
            "stop": 971257892
        },
        {
            "start": 971257896,
            "stop": 971257903
        },
        {
            "start": 971257905,
            "stop": 971257908
        },
        {
            "start": 971257909,
            "stop": 971257920
        },
        {
            "start": 971257921,
            "stop": 971257923
        }
    ]
}