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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=221",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 222,
    "results": [
        {
            "start": 1421222145,
            "stop": 1421227648
        },
        {
            "start": 1421257826,
            "stop": 1421258167
        },
        {
            "start": 1421258171,
            "stop": 1421260676
        },
        {
            "start": 1421263764,
            "stop": 1421268579
        },
        {
            "start": 1421268583,
            "stop": 1421269461
        },
        {
            "start": 1421271555,
            "stop": 1421271918
        },
        {
            "start": 1421271923,
            "stop": 1421275570
        },
        {
            "start": 1421278405,
            "stop": 1421279255
        },
        {
            "start": 1421279259,
            "stop": 1421288079
        },
        {
            "start": 1421288081,
            "stop": 1421294023
        },
        {
            "start": 1421294024,
            "stop": 1421302372
        },
        {
            "start": 1421302374,
            "stop": 1421302613
        },
        {
            "start": 1421302615,
            "stop": 1421304303
        },
        {
            "start": 1421304305,
            "stop": 1421306427
        },
        {
            "start": 1421306447,
            "stop": 1421306702
        },
        {
            "start": 1421306704,
            "stop": 1421316011
        },
        {
            "start": 1421316020,
            "stop": 1421317928
        },
        {
            "start": 1421317930,
            "stop": 1421319791
        },
        {
            "start": 1421319799,
            "stop": 1421325507
        },
        {
            "start": 1421325512,
            "stop": 1421326283
        }
    ]
}