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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=110",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 111,
    "results": [
        {
            "start": 931539908,
            "stop": 931539914
        },
        {
            "start": 931539931,
            "stop": 931539936
        },
        {
            "start": 931539942,
            "stop": 931539945
        },
        {
            "start": 931539965,
            "stop": 931539966
        },
        {
            "start": 931539977,
            "stop": 931539979
        },
        {
            "start": 931539984,
            "stop": 931540021
        },
        {
            "start": 931540026,
            "stop": 931540075
        },
        {
            "start": 931540087,
            "stop": 931540089
        },
        {
            "start": 931540106,
            "stop": 931540142
        },
        {
            "start": 931540148,
            "stop": 931540165
        },
        {
            "start": 931540173,
            "stop": 931540190
        },
        {
            "start": 931540212,
            "stop": 931540215
        },
        {
            "start": 931540226,
            "stop": 931540233
        },
        {
            "start": 931540246,
            "stop": 931540267
        },
        {
            "start": 931540278,
            "stop": 931540287
        },
        {
            "start": 931540298,
            "stop": 931540309
        },
        {
            "start": 931540315,
            "stop": 931540320
        },
        {
            "start": 931540329,
            "stop": 931540340
        },
        {
            "start": 931540350,
            "stop": 931540363
        },
        {
            "start": 931540406,
            "stop": 931540409
        }
    ]
}