Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7721
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7722",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7720",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7721,
    "results": [
        {
            "start": 971597171,
            "stop": 971597519
        },
        {
            "start": 971597522,
            "stop": 971597823
        },
        {
            "start": 971597826,
            "stop": 971598058
        },
        {
            "start": 971598061,
            "stop": 971598265
        },
        {
            "start": 971598268,
            "stop": 971598761
        },
        {
            "start": 971598764,
            "stop": 971598771
        },
        {
            "start": 971598774,
            "stop": 971599180
        },
        {
            "start": 971599183,
            "stop": 971599753
        },
        {
            "start": 971599756,
            "stop": 971600116
        },
        {
            "start": 971600119,
            "stop": 971600253
        },
        {
            "start": 971600256,
            "stop": 971600464
        },
        {
            "start": 971600469,
            "stop": 971601099
        },
        {
            "start": 971601102,
            "stop": 971601566
        },
        {
            "start": 971601569,
            "stop": 971602818
        },
        {
            "start": 971602821,
            "stop": 971602953
        },
        {
            "start": 971602956,
            "stop": 971604406
        },
        {
            "start": 971604409,
            "stop": 971605054
        },
        {
            "start": 971605057,
            "stop": 971605874
        },
        {
            "start": 971605877,
            "stop": 971607080
        },
        {
            "start": 971607083,
            "stop": 971608794
        }
    ]
}