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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=37",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 38,
    "results": [
        {
            "start": 1416848654,
            "stop": 1416884527
        },
        {
            "start": 1416888028,
            "stop": 1416892021
        },
        {
            "start": 1416895522,
            "stop": 1416897590
        },
        {
            "start": 1416904125,
            "stop": 1416935653
        },
        {
            "start": 1416939633,
            "stop": 1416959370
        },
        {
            "start": 1416965145,
            "stop": 1416976584
        },
        {
            "start": 1416979686,
            "stop": 1417005932
        },
        {
            "start": 1417009901,
            "stop": 1417015665
        },
        {
            "start": 1417019310,
            "stop": 1417030220
        },
        {
            "start": 1417032139,
            "stop": 1417049620
        },
        {
            "start": 1417056106,
            "stop": 1417126302
        },
        {
            "start": 1417147605,
            "stop": 1417148238
        },
        {
            "start": 1417167018,
            "stop": 1417175315
        },
        {
            "start": 1417180955,
            "stop": 1417192398
        },
        {
            "start": 1417205342,
            "stop": 1417260333
        },
        {
            "start": 1417264818,
            "stop": 1417273326
        },
        {
            "start": 1417274428,
            "stop": 1417274718
        },
        {
            "start": 1417299170,
            "stop": 1417313279
        },
        {
            "start": 1417318696,
            "stop": 1417450787
        },
        {
            "start": 1417474758,
            "stop": 1417475013
        }
    ]
}