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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=153",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 154,
    "results": [
        {
            "start": 836745590,
            "stop": 836745765
        },
        {
            "start": 836747322,
            "stop": 836749624
        },
        {
            "start": 836750307,
            "stop": 836752381
        },
        {
            "start": 836752428,
            "stop": 836755393
        },
        {
            "start": 836755425,
            "stop": 836755426
        },
        {
            "start": 836755596,
            "stop": 836757907
        },
        {
            "start": 836757973,
            "stop": 836762353
        },
        {
            "start": 836762371,
            "stop": 836762373
        },
        {
            "start": 836762507,
            "stop": 836764813
        },
        {
            "start": 836765635,
            "stop": 836771804
        },
        {
            "start": 836810648,
            "stop": 836812333
        },
        {
            "start": 836812380,
            "stop": 836812381
        },
        {
            "start": 836813636,
            "stop": 836826644
        },
        {
            "start": 836829264,
            "stop": 836829586
        },
        {
            "start": 836829607,
            "stop": 836829793
        },
        {
            "start": 836831803,
            "stop": 836834882
        },
        {
            "start": 836835673,
            "stop": 836837338
        },
        {
            "start": 836837447,
            "stop": 836837772
        },
        {
            "start": 836837905,
            "stop": 836839333
        },
        {
            "start": 836839372,
            "stop": 836839374
        }
    ]
}