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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=325",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 326,
    "results": [
        {
            "start": 828974328,
            "stop": 828978085
        },
        {
            "start": 828978090,
            "stop": 828978110
        },
        {
            "start": 828978125,
            "stop": 828978135
        },
        {
            "start": 828978140,
            "stop": 828978142
        },
        {
            "start": 828978148,
            "stop": 828978561
        },
        {
            "start": 828991692,
            "stop": 828991693
        },
        {
            "start": 828991770,
            "stop": 828991773
        },
        {
            "start": 828991780,
            "stop": 828991781
        },
        {
            "start": 828991810,
            "stop": 828991811
        },
        {
            "start": 828991826,
            "stop": 828991829
        },
        {
            "start": 828991847,
            "stop": 828991848
        },
        {
            "start": 828991859,
            "stop": 828991860
        },
        {
            "start": 828991866,
            "stop": 828991867
        },
        {
            "start": 828991879,
            "stop": 828991880
        },
        {
            "start": 828991887,
            "stop": 828991888
        },
        {
            "start": 828991897,
            "stop": 828991902
        },
        {
            "start": 828991904,
            "stop": 828991918
        },
        {
            "start": 828991924,
            "stop": 828991939
        },
        {
            "start": 828991940,
            "stop": 828991942
        },
        {
            "start": 828991944,
            "stop": 828991946
        }
    ]
}