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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5180",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5178",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5179,
    "results": [
        {
            "start": 1136270422,
            "stop": 1136270450
        },
        {
            "start": 1136270452,
            "stop": 1136270457
        },
        {
            "start": 1136270459,
            "stop": 1136270478
        },
        {
            "start": 1136270480,
            "stop": 1136270537
        },
        {
            "start": 1136270539,
            "stop": 1136270578
        },
        {
            "start": 1136270580,
            "stop": 1136270590
        },
        {
            "start": 1136270592,
            "stop": 1136270602
        },
        {
            "start": 1136270604,
            "stop": 1136270659
        },
        {
            "start": 1136270661,
            "stop": 1136270675
        },
        {
            "start": 1136270677,
            "stop": 1136270688
        },
        {
            "start": 1136270690,
            "stop": 1136270696
        },
        {
            "start": 1136270698,
            "stop": 1136270740
        },
        {
            "start": 1136270742,
            "stop": 1136270796
        },
        {
            "start": 1136270798,
            "stop": 1136270817
        },
        {
            "start": 1136270819,
            "stop": 1136270878
        },
        {
            "start": 1136270880,
            "stop": 1136270913
        },
        {
            "start": 1136270915,
            "stop": 1136270950
        },
        {
            "start": 1136270952,
            "stop": 1136270977
        },
        {
            "start": 1136270979,
            "stop": 1136270985
        },
        {
            "start": 1136270987,
            "stop": 1136271063
        }
    ]
}