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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1109",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1107",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1108,
    "results": [
        {
            "start": 1136426363,
            "stop": 1136426364
        },
        {
            "start": 1136426367,
            "stop": 1136426369
        },
        {
            "start": 1136426396,
            "stop": 1136426397
        },
        {
            "start": 1136426478,
            "stop": 1136426480
        },
        {
            "start": 1136426487,
            "stop": 1136426488
        },
        {
            "start": 1136426494,
            "stop": 1136426498
        },
        {
            "start": 1136426501,
            "stop": 1136426503
        },
        {
            "start": 1136426538,
            "stop": 1136426539
        },
        {
            "start": 1136426559,
            "stop": 1136426561
        },
        {
            "start": 1136426568,
            "stop": 1136426570
        },
        {
            "start": 1136426576,
            "stop": 1136426582
        },
        {
            "start": 1136426585,
            "stop": 1136426586
        },
        {
            "start": 1136426591,
            "stop": 1136426600
        },
        {
            "start": 1136426605,
            "stop": 1136426615
        },
        {
            "start": 1136426620,
            "stop": 1136426622
        },
        {
            "start": 1136426634,
            "stop": 1136426638
        },
        {
            "start": 1136426646,
            "stop": 1136426647
        },
        {
            "start": 1136426671,
            "stop": 1136426673
        },
        {
            "start": 1136426680,
            "stop": 1136426684
        },
        {
            "start": 1136426699,
            "stop": 1136426700
        }
    ]
}