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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=443",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 444,
    "results": [
        {
            "start": 827223213,
            "stop": 827223873
        },
        {
            "start": 827223880,
            "stop": 827224250
        },
        {
            "start": 827224330,
            "stop": 827224351
        },
        {
            "start": 827224358,
            "stop": 827224886
        },
        {
            "start": 827224893,
            "stop": 827225408
        },
        {
            "start": 827225416,
            "stop": 827225471
        },
        {
            "start": 827225478,
            "stop": 827225923
        },
        {
            "start": 827225930,
            "stop": 827226147
        },
        {
            "start": 827226155,
            "stop": 827226491
        },
        {
            "start": 827226498,
            "stop": 827226982
        },
        {
            "start": 827226989,
            "stop": 827227038
        },
        {
            "start": 827227045,
            "stop": 827227068
        },
        {
            "start": 827227075,
            "stop": 827227337
        },
        {
            "start": 827227344,
            "stop": 827227465
        },
        {
            "start": 827227472,
            "stop": 827227730
        },
        {
            "start": 827227810,
            "stop": 827228422
        },
        {
            "start": 827228429,
            "stop": 827229010
        },
        {
            "start": 827229018,
            "stop": 827229710
        },
        {
            "start": 827229790,
            "stop": 827230717
        },
        {
            "start": 827230724,
            "stop": 827231125
        }
    ]
}