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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=354",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 355,
    "results": [
        {
            "start": 821756923,
            "stop": 821756927
        },
        {
            "start": 821756930,
            "stop": 821756932
        },
        {
            "start": 821756935,
            "stop": 821756937
        },
        {
            "start": 821756940,
            "stop": 821756946
        },
        {
            "start": 821756955,
            "stop": 821756961
        },
        {
            "start": 821756964,
            "stop": 821756967
        },
        {
            "start": 821756970,
            "stop": 821756973
        },
        {
            "start": 821756978,
            "stop": 821756983
        },
        {
            "start": 821756987,
            "stop": 821756988
        },
        {
            "start": 821756996,
            "stop": 821756999
        },
        {
            "start": 821757002,
            "stop": 821757005
        },
        {
            "start": 821757011,
            "stop": 821757019
        },
        {
            "start": 821757022,
            "stop": 821757030
        },
        {
            "start": 821757033,
            "stop": 821757038
        },
        {
            "start": 821757042,
            "stop": 821757043
        },
        {
            "start": 821757046,
            "stop": 821757055
        },
        {
            "start": 821757069,
            "stop": 821757077
        },
        {
            "start": 821757083,
            "stop": 821757086
        },
        {
            "start": 821757096,
            "stop": 821757097
        },
        {
            "start": 821757100,
            "stop": 821757102
        }
    ]
}