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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=703",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 704,
    "results": [
        {
            "start": 849576463,
            "stop": 849630751
        },
        {
            "start": 849630754,
            "stop": 849630758
        },
        {
            "start": 849630765,
            "stop": 849636615
        },
        {
            "start": 849636618,
            "stop": 849637564
        },
        {
            "start": 849680776,
            "stop": 849680952
        },
        {
            "start": 849680972,
            "stop": 849686841
        },
        {
            "start": 849686844,
            "stop": 849689867
        },
        {
            "start": 849689904,
            "stop": 849690492
        },
        {
            "start": 849690512,
            "stop": 849693647
        },
        {
            "start": 849693650,
            "stop": 849693652
        },
        {
            "start": 849693656,
            "stop": 849705277
        },
        {
            "start": 849706362,
            "stop": 849708204
        },
        {
            "start": 849708207,
            "stop": 849708232
        },
        {
            "start": 849708245,
            "stop": 849711123
        },
        {
            "start": 849712714,
            "stop": 849714159
        },
        {
            "start": 849714162,
            "stop": 849717133
        },
        {
            "start": 849717200,
            "stop": 849719500
        },
        {
            "start": 849720590,
            "stop": 849726049
        },
        {
            "start": 849727436,
            "stop": 849728926
        },
        {
            "start": 849729869,
            "stop": 849741030
        }
    ]
}