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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=313",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 314,
    "results": [
        {
            "start": 822557053,
            "stop": 822557187
        },
        {
            "start": 822557190,
            "stop": 822558036
        },
        {
            "start": 822558115,
            "stop": 822558553
        },
        {
            "start": 822558916,
            "stop": 822558973
        },
        {
            "start": 822559104,
            "stop": 822560340
        },
        {
            "start": 822560400,
            "stop": 822560523
        },
        {
            "start": 822560526,
            "stop": 822560702
        },
        {
            "start": 822560706,
            "stop": 822560723
        },
        {
            "start": 822560727,
            "stop": 822560834
        },
        {
            "start": 822560837,
            "stop": 822561011
        },
        {
            "start": 822561014,
            "stop": 822561069
        },
        {
            "start": 822561072,
            "stop": 822561581
        },
        {
            "start": 822561584,
            "stop": 822562020
        },
        {
            "start": 822562080,
            "stop": 822562674
        },
        {
            "start": 822562745,
            "stop": 822563099
        },
        {
            "start": 822563173,
            "stop": 822564164
        },
        {
            "start": 822564167,
            "stop": 822564227
        },
        {
            "start": 822564322,
            "stop": 822564732
        },
        {
            "start": 822564812,
            "stop": 822565513
        },
        {
            "start": 822565764,
            "stop": 822565860
        }
    ]
}