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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2371",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2372,
    "results": [
        {
            "start": 872533930,
            "stop": 872534277
        },
        {
            "start": 872540333,
            "stop": 872541402
        },
        {
            "start": 872541490,
            "stop": 872541512
        },
        {
            "start": 872541550,
            "stop": 872544334
        },
        {
            "start": 872544453,
            "stop": 872545299
        },
        {
            "start": 872545456,
            "stop": 872546413
        },
        {
            "start": 872546420,
            "stop": 872547867
        },
        {
            "start": 872547875,
            "stop": 872549992
        },
        {
            "start": 872550009,
            "stop": 872556230
        },
        {
            "start": 872556310,
            "stop": 872561444
        },
        {
            "start": 872561685,
            "stop": 872563070
        },
        {
            "start": 872563185,
            "stop": 872564579
        },
        {
            "start": 872566452,
            "stop": 872566670
        },
        {
            "start": 872566820,
            "stop": 872567790
        },
        {
            "start": 872568000,
            "stop": 872568518
        },
        {
            "start": 872568523,
            "stop": 872568823
        },
        {
            "start": 872568829,
            "stop": 872569200
        },
        {
            "start": 872569260,
            "stop": 872569724
        },
        {
            "start": 872570025,
            "stop": 872570056
        },
        {
            "start": 872570083,
            "stop": 872572320
        }
    ]
}