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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=28",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 29,
    "results": [
        {
            "start": 1134158208,
            "stop": 1134178264
        },
        {
            "start": 1134188991,
            "stop": 1134195798
        },
        {
            "start": 1134197896,
            "stop": 1134222546
        },
        {
            "start": 1134267924,
            "stop": 1134278456
        },
        {
            "start": 1134280603,
            "stop": 1134291628
        },
        {
            "start": 1134291968,
            "stop": 1134292250
        },
        {
            "start": 1134292579,
            "stop": 1134302304
        },
        {
            "start": 1134303321,
            "stop": 1134303823
        },
        {
            "start": 1134304685,
            "stop": 1134348434
        },
        {
            "start": 1134352064,
            "stop": 1134352637
        },
        {
            "start": 1134352697,
            "stop": 1134355920
        },
        {
            "start": 1134358570,
            "stop": 1134416150
        },
        {
            "start": 1134432422,
            "stop": 1134510211
        },
        {
            "start": 1134518081,
            "stop": 1134528862
        },
        {
            "start": 1134543174,
            "stop": 1134673731
        },
        {
            "start": 1134674804,
            "stop": 1134675707
        },
        {
            "start": 1134720521,
            "stop": 1134752897
        },
        {
            "start": 1134752957,
            "stop": 1134757699
        },
        {
            "start": 1134757832,
            "stop": 1134768190
        },
        {
            "start": 1134772038,
            "stop": 1134774977
        }
    ]
}