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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6107",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6108,
    "results": [
        {
            "start": 874058038,
            "stop": 874058713
        },
        {
            "start": 874058715,
            "stop": 874060278
        },
        {
            "start": 874060280,
            "stop": 874060543
        },
        {
            "start": 874060544,
            "stop": 874061598
        },
        {
            "start": 874061601,
            "stop": 874062399
        },
        {
            "start": 874062400,
            "stop": 874062529
        },
        {
            "start": 874062531,
            "stop": 874062688
        },
        {
            "start": 874062690,
            "stop": 874062836
        },
        {
            "start": 874062837,
            "stop": 874064216
        },
        {
            "start": 874064217,
            "stop": 874065098
        },
        {
            "start": 874065099,
            "stop": 874065460
        },
        {
            "start": 874065461,
            "stop": 874065496
        },
        {
            "start": 874065497,
            "stop": 874065509
        },
        {
            "start": 874065510,
            "stop": 874065568
        },
        {
            "start": 874065569,
            "stop": 874065843
        },
        {
            "start": 874065846,
            "stop": 874066032
        },
        {
            "start": 874066033,
            "stop": 874067687
        },
        {
            "start": 874067688,
            "stop": 874067880
        },
        {
            "start": 874067881,
            "stop": 874067985
        },
        {
            "start": 874067986,
            "stop": 874068060
        }
    ]
}