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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=22",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 23,
    "results": [
        {
            "start": 1170569818,
            "stop": 1170572257
        },
        {
            "start": 1170572261,
            "stop": 1170572399
        },
        {
            "start": 1170572429,
            "stop": 1170572530
        },
        {
            "start": 1170572539,
            "stop": 1170573048
        },
        {
            "start": 1170573051,
            "stop": 1170573596
        },
        {
            "start": 1170573608,
            "stop": 1170573640
        },
        {
            "start": 1170573651,
            "stop": 1170573671
        },
        {
            "start": 1170573686,
            "stop": 1170573745
        },
        {
            "start": 1170573754,
            "stop": 1170573820
        },
        {
            "start": 1170573823,
            "stop": 1170573857
        },
        {
            "start": 1170573866,
            "stop": 1170574740
        },
        {
            "start": 1170574747,
            "stop": 1170575251
        },
        {
            "start": 1170575257,
            "stop": 1170577386
        },
        {
            "start": 1170577392,
            "stop": 1170577441
        },
        {
            "start": 1170577450,
            "stop": 1170578037
        },
        {
            "start": 1170578045,
            "stop": 1170578437
        },
        {
            "start": 1170578447,
            "stop": 1170579078
        },
        {
            "start": 1170579082,
            "stop": 1170581954
        },
        {
            "start": 1170581959,
            "stop": 1170584166
        },
        {
            "start": 1170584173,
            "stop": 1170584876
        }
    ]
}