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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=27",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 28,
    "results": [
        {
            "start": 1388072574,
            "stop": 1388072686
        },
        {
            "start": 1388075505,
            "stop": 1388106406
        },
        {
            "start": 1388110687,
            "stop": 1388129078
        },
        {
            "start": 1388185580,
            "stop": 1388187806
        },
        {
            "start": 1388191810,
            "stop": 1388217479
        },
        {
            "start": 1388223442,
            "stop": 1388233638
        },
        {
            "start": 1388266076,
            "stop": 1388271909
        },
        {
            "start": 1388274317,
            "stop": 1388296989
        },
        {
            "start": 1388296994,
            "stop": 1388298571
        },
        {
            "start": 1388307508,
            "stop": 1388347683
        },
        {
            "start": 1388361548,
            "stop": 1388394746
        },
        {
            "start": 1388400425,
            "stop": 1388421205
        },
        {
            "start": 1388423479,
            "stop": 1388423870
        },
        {
            "start": 1388624262,
            "stop": 1388632647
        },
        {
            "start": 1388645082,
            "stop": 1388691479
        },
        {
            "start": 1388977938,
            "stop": 1388982505
        },
        {
            "start": 1388986505,
            "stop": 1389001749
        },
        {
            "start": 1389009845,
            "stop": 1389081373
        },
        {
            "start": 1389090910,
            "stop": 1389112098
        },
        {
            "start": 1389112206,
            "stop": 1389112282
        }
    ]
}