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=595
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=596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=594",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 595,
    "results": [
        {
            "start": 828046581,
            "stop": 828046615
        },
        {
            "start": 828046619,
            "stop": 828046658
        },
        {
            "start": 828046661,
            "stop": 828049057
        },
        {
            "start": 828049076,
            "stop": 828051540
        },
        {
            "start": 828051545,
            "stop": 828054138
        },
        {
            "start": 828054141,
            "stop": 828056469
        },
        {
            "start": 828056473,
            "stop": 828056892
        },
        {
            "start": 828056909,
            "stop": 828060495
        },
        {
            "start": 828060499,
            "stop": 828060897
        },
        {
            "start": 828060900,
            "stop": 828065037
        },
        {
            "start": 828065054,
            "stop": 828065496
        },
        {
            "start": 828065499,
            "stop": 828067342
        },
        {
            "start": 828067345,
            "stop": 828068438
        },
        {
            "start": 828068441,
            "stop": 828071509
        },
        {
            "start": 828071512,
            "stop": 828074774
        },
        {
            "start": 828074791,
            "stop": 828078837
        },
        {
            "start": 828078840,
            "stop": 828084450
        },
        {
            "start": 828084470,
            "stop": 828093546
        },
        {
            "start": 828093563,
            "stop": 828095616
        },
        {
            "start": 828095635,
            "stop": 828096333
        }
    ]
}