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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 283,
    "results": [
        {
            "start": 1126934481,
            "stop": 1126934754
        },
        {
            "start": 1126934755,
            "stop": 1126934758
        },
        {
            "start": 1126934760,
            "stop": 1126935066
        },
        {
            "start": 1126935073,
            "stop": 1126935113
        },
        {
            "start": 1126935114,
            "stop": 1126935396
        },
        {
            "start": 1126935397,
            "stop": 1126935463
        },
        {
            "start": 1126935465,
            "stop": 1126935470
        },
        {
            "start": 1126935471,
            "stop": 1126935767
        },
        {
            "start": 1126935768,
            "stop": 1126935769
        },
        {
            "start": 1126935771,
            "stop": 1126935821
        },
        {
            "start": 1126935822,
            "stop": 1126936160
        },
        {
            "start": 1126936162,
            "stop": 1126936234
        },
        {
            "start": 1126936235,
            "stop": 1126936415
        },
        {
            "start": 1126936416,
            "stop": 1126936419
        },
        {
            "start": 1126936420,
            "stop": 1126936457
        },
        {
            "start": 1126936459,
            "stop": 1126936504
        },
        {
            "start": 1126936505,
            "stop": 1126936557
        },
        {
            "start": 1126936558,
            "stop": 1126936561
        },
        {
            "start": 1126936564,
            "stop": 1126936580
        },
        {
            "start": 1126936581,
            "stop": 1126936582
        }
    ]
}