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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=38",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 39,
    "results": [
        {
            "start": 816141521,
            "stop": 816141549
        },
        {
            "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": 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": 816151280
        },
        {
            "start": 816151283,
            "stop": 816151308
        }
    ]
}