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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=336",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 337,
    "results": [
        {
            "start": 1182138700,
            "stop": 1182138746
        },
        {
            "start": 1182138748,
            "stop": 1182138759
        },
        {
            "start": 1182138762,
            "stop": 1182138854
        },
        {
            "start": 1182138857,
            "stop": 1182139113
        },
        {
            "start": 1182139115,
            "stop": 1182139170
        },
        {
            "start": 1182139172,
            "stop": 1182139278
        },
        {
            "start": 1182139279,
            "stop": 1182139411
        },
        {
            "start": 1182139412,
            "stop": 1182139476
        },
        {
            "start": 1182139478,
            "stop": 1182139573
        },
        {
            "start": 1182139574,
            "stop": 1182139582
        },
        {
            "start": 1182139583,
            "stop": 1182139791
        },
        {
            "start": 1182139792,
            "stop": 1182140296
        },
        {
            "start": 1182140297,
            "stop": 1182140350
        },
        {
            "start": 1182140352,
            "stop": 1182140408
        },
        {
            "start": 1182140409,
            "stop": 1182140437
        },
        {
            "start": 1182140438,
            "stop": 1182140473
        },
        {
            "start": 1182140475,
            "stop": 1182140480
        },
        {
            "start": 1182140481,
            "stop": 1182140596
        },
        {
            "start": 1182140597,
            "stop": 1182140613
        },
        {
            "start": 1182140614,
            "stop": 1182140646
        }
    ]
}