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=3709
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=3710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3708",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3709,
    "results": [
        {
            "start": 873276958,
            "stop": 873276979
        },
        {
            "start": 873277004,
            "stop": 873277102
        },
        {
            "start": 873277119,
            "stop": 873277178
        },
        {
            "start": 873277195,
            "stop": 873277638
        },
        {
            "start": 873277655,
            "stop": 873278114
        },
        {
            "start": 873278131,
            "stop": 873278741
        },
        {
            "start": 873278772,
            "stop": 873279408
        },
        {
            "start": 873279425,
            "stop": 873280468
        },
        {
            "start": 873280486,
            "stop": 873281818
        },
        {
            "start": 873281835,
            "stop": 873282378
        },
        {
            "start": 873282395,
            "stop": 873283439
        },
        {
            "start": 873283456,
            "stop": 873284045
        },
        {
            "start": 873284062,
            "stop": 873284705
        },
        {
            "start": 873284722,
            "stop": 873284821
        },
        {
            "start": 873284838,
            "stop": 873284861
        },
        {
            "start": 873284878,
            "stop": 873284948
        },
        {
            "start": 873284965,
            "stop": 873285018
        },
        {
            "start": 873285035,
            "stop": 873285069
        },
        {
            "start": 873285086,
            "stop": 873285120
        },
        {
            "start": 873285180,
            "stop": 873285241
        }
    ]
}