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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=156",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 157,
    "results": [
        {
            "start": 832081908,
            "stop": 832081911
        },
        {
            "start": 832089319,
            "stop": 832100524
        },
        {
            "start": 832108432,
            "stop": 832109353
        },
        {
            "start": 832110882,
            "stop": 832111545
        },
        {
            "start": 832112476,
            "stop": 832116679
        },
        {
            "start": 832116925,
            "stop": 832117095
        },
        {
            "start": 832187862,
            "stop": 832197054
        },
        {
            "start": 832206858,
            "stop": 832272009
        },
        {
            "start": 832278970,
            "stop": 832284899
        },
        {
            "start": 832286650,
            "stop": 832296429
        },
        {
            "start": 832299886,
            "stop": 832300393
        },
        {
            "start": 832301777,
            "stop": 832331713
        },
        {
            "start": 832337558,
            "stop": 832338973
        },
        {
            "start": 832380664,
            "stop": 832401510
        },
        {
            "start": 832402233,
            "stop": 832404310
        },
        {
            "start": 832408387,
            "stop": 832423138
        },
        {
            "start": 832427235,
            "stop": 832427259
        },
        {
            "start": 832451472,
            "stop": 832454578
        },
        {
            "start": 832458676,
            "stop": 832465067
        },
        {
            "start": 832465072,
            "stop": 832465140
        }
    ]
}