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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=47",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 48,
    "results": [
        {
            "start": 816141556,
            "stop": 816141577
        },
        {
            "start": 816141580,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816149250
        },
        {
            "start": 816149253,
            "stop": 816149278
        },
        {
            "start": 816149281,
            "stop": 816149451
        },
        {
            "start": 816149454,
            "stop": 816149545
        },
        {
            "start": 816149548,
            "stop": 816149557
        },
        {
            "start": 816149560,
            "stop": 816149837
        },
        {
            "start": 816149840,
            "stop": 816149842
        },
        {
            "start": 816149846,
            "stop": 816149940
        },
        {
            "start": 816149943,
            "stop": 816149974
        },
        {
            "start": 816149991,
            "stop": 816150279
        },
        {
            "start": 816150282,
            "stop": 816150415
        },
        {
            "start": 816150418,
            "stop": 816150736
        },
        {
            "start": 816150739,
            "stop": 816150783
        },
        {
            "start": 816150786,
            "stop": 816150989
        },
        {
            "start": 816150992,
            "stop": 816151007
        },
        {
            "start": 816151011,
            "stop": 816151107
        },
        {
            "start": 816151110,
            "stop": 816151126
        },
        {
            "start": 816151246,
            "stop": 816151280
        }
    ]
}