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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=544",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 545,
    "results": [
        {
            "start": 827210988,
            "stop": 827211305
        },
        {
            "start": 827211311,
            "stop": 827211503
        },
        {
            "start": 827211511,
            "stop": 827211557
        },
        {
            "start": 827211561,
            "stop": 827211955
        },
        {
            "start": 827211958,
            "stop": 827211976
        },
        {
            "start": 827211980,
            "stop": 827212281
        },
        {
            "start": 827212284,
            "stop": 827212297
        },
        {
            "start": 827212303,
            "stop": 827212438
        },
        {
            "start": 827212442,
            "stop": 827212449
        },
        {
            "start": 827212453,
            "stop": 827212455
        },
        {
            "start": 827212461,
            "stop": 827212479
        },
        {
            "start": 827212483,
            "stop": 827212484
        },
        {
            "start": 827212489,
            "stop": 827212559
        },
        {
            "start": 827212562,
            "stop": 827212625
        },
        {
            "start": 827212628,
            "stop": 827212630
        },
        {
            "start": 827212634,
            "stop": 827212845
        },
        {
            "start": 827212848,
            "stop": 827212873
        },
        {
            "start": 827212876,
            "stop": 827213006
        },
        {
            "start": 827213009,
            "stop": 827213018
        },
        {
            "start": 827213023,
            "stop": 827213044
        }
    ]
}