Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5262
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5263",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5261",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5262,
    "results": [
        {
            "start": 1137068311,
            "stop": 1137068313
        },
        {
            "start": 1137068315,
            "stop": 1137068317
        },
        {
            "start": 1137068319,
            "stop": 1137068404
        },
        {
            "start": 1137068408,
            "stop": 1137068410
        },
        {
            "start": 1137068412,
            "stop": 1137068414
        },
        {
            "start": 1137068416,
            "stop": 1137068420
        },
        {
            "start": 1137068422,
            "stop": 1137068424
        },
        {
            "start": 1137068426,
            "stop": 1137068428
        },
        {
            "start": 1137068435,
            "stop": 1137068436
        },
        {
            "start": 1137068437,
            "stop": 1137068439
        },
        {
            "start": 1137068441,
            "stop": 1137068442
        },
        {
            "start": 1137068444,
            "stop": 1137068446
        },
        {
            "start": 1137068448,
            "stop": 1137068450
        },
        {
            "start": 1137068452,
            "stop": 1137068455
        },
        {
            "start": 1137068457,
            "stop": 1137068460
        },
        {
            "start": 1137068462,
            "stop": 1137068463
        },
        {
            "start": 1137068466,
            "stop": 1137068483
        },
        {
            "start": 1137068485,
            "stop": 1137068499
        },
        {
            "start": 1137068501,
            "stop": 1137068503
        },
        {
            "start": 1137068507,
            "stop": 1137068508
        }
    ]
}