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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=273",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 274,
    "results": [
        {
            "start": 828229904,
            "stop": 828229905
        },
        {
            "start": 828229907,
            "stop": 828229912
        },
        {
            "start": 828229916,
            "stop": 828229921
        },
        {
            "start": 828229922,
            "stop": 828229923
        },
        {
            "start": 828229931,
            "stop": 828229932
        },
        {
            "start": 828229937,
            "stop": 828229938
        },
        {
            "start": 828229943,
            "stop": 828229948
        },
        {
            "start": 828229950,
            "stop": 828229954
        },
        {
            "start": 828229958,
            "stop": 828229962
        },
        {
            "start": 828229964,
            "stop": 828229966
        },
        {
            "start": 828229978,
            "stop": 828229981
        },
        {
            "start": 828229983,
            "stop": 828229986
        },
        {
            "start": 828229988,
            "stop": 828229991
        },
        {
            "start": 828229995,
            "stop": 828229999
        },
        {
            "start": 828230005,
            "stop": 828230009
        },
        {
            "start": 828230013,
            "stop": 828230015
        },
        {
            "start": 828230018,
            "stop": 828230019
        },
        {
            "start": 828230022,
            "stop": 828230023
        },
        {
            "start": 828230027,
            "stop": 828230030
        },
        {
            "start": 828230032,
            "stop": 828230034
        }
    ]
}