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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=170",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 171,
    "results": [
        {
            "start": 820248436,
            "stop": 820248643
        },
        {
            "start": 820248646,
            "stop": 820248650
        },
        {
            "start": 820248653,
            "stop": 820249799
        },
        {
            "start": 820249802,
            "stop": 820249944
        },
        {
            "start": 820249947,
            "stop": 820250096
        },
        {
            "start": 820250099,
            "stop": 820250370
        },
        {
            "start": 820251634,
            "stop": 820251643
        },
        {
            "start": 820251657,
            "stop": 820251725
        },
        {
            "start": 820251728,
            "stop": 820251754
        },
        {
            "start": 820251757,
            "stop": 820251917
        },
        {
            "start": 820251920,
            "stop": 820251924
        },
        {
            "start": 820251927,
            "stop": 820251985
        },
        {
            "start": 820251988,
            "stop": 820252011
        },
        {
            "start": 820252014,
            "stop": 820252064
        },
        {
            "start": 820252068,
            "stop": 820252071
        },
        {
            "start": 820252074,
            "stop": 820252817
        },
        {
            "start": 820252820,
            "stop": 820252930
        },
        {
            "start": 820252933,
            "stop": 820253404
        },
        {
            "start": 820253407,
            "stop": 820253435
        },
        {
            "start": 820253439,
            "stop": 820253777
        }
    ]
}