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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=376",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 377,
    "results": [
        {
            "start": 1182810615,
            "stop": 1182810798
        },
        {
            "start": 1182810799,
            "stop": 1182810947
        },
        {
            "start": 1182810948,
            "stop": 1182811119
        },
        {
            "start": 1182811120,
            "stop": 1182811363
        },
        {
            "start": 1182811364,
            "stop": 1182811552
        },
        {
            "start": 1182811553,
            "stop": 1182811649
        },
        {
            "start": 1182811650,
            "stop": 1182812114
        },
        {
            "start": 1182812115,
            "stop": 1182812296
        },
        {
            "start": 1182812297,
            "stop": 1182813614
        },
        {
            "start": 1182813615,
            "stop": 1182813704
        },
        {
            "start": 1182813705,
            "stop": 1182813719
        },
        {
            "start": 1182813720,
            "stop": 1182814382
        },
        {
            "start": 1182814383,
            "stop": 1182814511
        },
        {
            "start": 1182814512,
            "stop": 1182814629
        },
        {
            "start": 1182814630,
            "stop": 1182814637
        },
        {
            "start": 1182814638,
            "stop": 1182814919
        },
        {
            "start": 1182814920,
            "stop": 1182814927
        },
        {
            "start": 1182814928,
            "stop": 1182815229
        },
        {
            "start": 1182815230,
            "stop": 1182815285
        },
        {
            "start": 1182815286,
            "stop": 1182815297
        }
    ]
}