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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=151",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 152,
    "results": [
        {
            "start": 931488425,
            "stop": 931488427
        },
        {
            "start": 931488430,
            "stop": 931488442
        },
        {
            "start": 931488444,
            "stop": 931488450
        },
        {
            "start": 931488451,
            "stop": 931488455
        },
        {
            "start": 931488456,
            "stop": 931488469
        },
        {
            "start": 931488471,
            "stop": 931488483
        },
        {
            "start": 931488485,
            "stop": 931488522
        },
        {
            "start": 931488524,
            "stop": 931488541
        },
        {
            "start": 931488545,
            "stop": 931488546
        },
        {
            "start": 931488560,
            "stop": 931488561
        },
        {
            "start": 931488568,
            "stop": 931488569
        },
        {
            "start": 931488581,
            "stop": 931488582
        },
        {
            "start": 931488592,
            "stop": 931488593
        },
        {
            "start": 931488595,
            "stop": 931488596
        },
        {
            "start": 931488604,
            "stop": 931488605
        },
        {
            "start": 931488606,
            "stop": 931488611
        },
        {
            "start": 931488620,
            "stop": 931488621
        },
        {
            "start": 931488629,
            "stop": 931488634
        },
        {
            "start": 931488641,
            "stop": 931488645
        },
        {
            "start": 931488647,
            "stop": 931488648
        }
    ]
}