Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=146
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=145",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 146,
    "results": [
        {
            "start": 1177282893,
            "stop": 1177283418
        },
        {
            "start": 1177283421,
            "stop": 1177283429
        },
        {
            "start": 1177283433,
            "stop": 1177284291
        },
        {
            "start": 1177284294,
            "stop": 1177284301
        },
        {
            "start": 1177284305,
            "stop": 1177284766
        },
        {
            "start": 1177284769,
            "stop": 1177284966
        },
        {
            "start": 1177284971,
            "stop": 1177284975
        },
        {
            "start": 1177284983,
            "stop": 1177284987
        },
        {
            "start": 1177284995,
            "stop": 1177285002
        },
        {
            "start": 1177285004,
            "stop": 1177305150
        },
        {
            "start": 1177305151,
            "stop": 1177305537
        },
        {
            "start": 1177305541,
            "stop": 1177341984
        },
        {
            "start": 1177341988,
            "stop": 1177341993
        },
        {
            "start": 1177341998,
            "stop": 1177342001
        },
        {
            "start": 1177367257,
            "stop": 1177367300
        },
        {
            "start": 1177369166,
            "stop": 1177369720
        },
        {
            "start": 1177370097,
            "stop": 1177406716
        },
        {
            "start": 1177409568,
            "stop": 1177426080
        },
        {
            "start": 1177426082,
            "stop": 1177429042
        },
        {
            "start": 1177429044,
            "stop": 1177429047
        }
    ]
}