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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=182",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 183,
    "results": [
        {
            "start": 1180548008,
            "stop": 1180548220
        },
        {
            "start": 1180548221,
            "stop": 1180548667
        },
        {
            "start": 1180548670,
            "stop": 1180548678
        },
        {
            "start": 1180548679,
            "stop": 1180548683
        },
        {
            "start": 1180548684,
            "stop": 1180548797
        },
        {
            "start": 1180548798,
            "stop": 1180548802
        },
        {
            "start": 1180548805,
            "stop": 1180548823
        },
        {
            "start": 1180548824,
            "stop": 1180548985
        },
        {
            "start": 1180548986,
            "stop": 1180549080
        },
        {
            "start": 1180549081,
            "stop": 1180549303
        },
        {
            "start": 1180549305,
            "stop": 1180549315
        },
        {
            "start": 1180549316,
            "stop": 1180549436
        },
        {
            "start": 1180549437,
            "stop": 1180549447
        },
        {
            "start": 1180549448,
            "stop": 1180549450
        },
        {
            "start": 1180549451,
            "stop": 1180550713
        },
        {
            "start": 1180550714,
            "stop": 1180580477
        },
        {
            "start": 1180580549,
            "stop": 1180592345
        },
        {
            "start": 1180595083,
            "stop": 1180602318
        },
        {
            "start": 1180604133,
            "stop": 1180604451
        },
        {
            "start": 1180606338,
            "stop": 1180606464
        }
    ]
}