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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=177",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 178,
    "results": [
        {
            "start": 932594634,
            "stop": 932601608
        },
        {
            "start": 932603799,
            "stop": 932611875
        },
        {
            "start": 932616154,
            "stop": 932619001
        },
        {
            "start": 932619581,
            "stop": 932620551
        },
        {
            "start": 932620558,
            "stop": 932623834
        },
        {
            "start": 932627169,
            "stop": 932627245
        },
        {
            "start": 932628292,
            "stop": 932635493
        },
        {
            "start": 932637850,
            "stop": 932641748
        },
        {
            "start": 932648123,
            "stop": 932658488
        },
        {
            "start": 932662932,
            "stop": 932664842
        },
        {
            "start": 932666899,
            "stop": 932673359
        },
        {
            "start": 932675678,
            "stop": 932680034
        },
        {
            "start": 932682523,
            "stop": 932684828
        },
        {
            "start": 932684836,
            "stop": 932701733
        },
        {
            "start": 932701740,
            "stop": 932701979
        },
        {
            "start": 932701985,
            "stop": 932709364
        },
        {
            "start": 932711212,
            "stop": 932711735
        },
        {
            "start": 932711742,
            "stop": 932713702
        },
        {
            "start": 932717212,
            "stop": 932717560
        },
        {
            "start": 932717567,
            "stop": 932723943
        }
    ]
}