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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=119",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 120,
    "results": [
        {
            "start": 836750307,
            "stop": 836752381
        },
        {
            "start": 836752428,
            "stop": 836755426
        },
        {
            "start": 836755596,
            "stop": 836757907
        },
        {
            "start": 836757972,
            "stop": 836762373
        },
        {
            "start": 836762507,
            "stop": 836764813
        },
        {
            "start": 836765635,
            "stop": 836771834
        },
        {
            "start": 836810648,
            "stop": 836812381
        },
        {
            "start": 836813636,
            "stop": 836826663
        },
        {
            "start": 836829264,
            "stop": 836829586
        },
        {
            "start": 836829607,
            "stop": 836829837
        },
        {
            "start": 836831803,
            "stop": 836834882
        },
        {
            "start": 836835652,
            "stop": 836837338
        },
        {
            "start": 836837447,
            "stop": 836837772
        },
        {
            "start": 836837905,
            "stop": 836839374
        },
        {
            "start": 836839461,
            "stop": 836844237
        },
        {
            "start": 836844299,
            "stop": 836845415
        },
        {
            "start": 836862384,
            "stop": 836879150
        },
        {
            "start": 836881905,
            "stop": 836883491
        },
        {
            "start": 836884577,
            "stop": 836897243
        },
        {
            "start": 836898289,
            "stop": 836920933
        }
    ]
}