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=5109
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=5110",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5108",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5109,
    "results": [
        {
            "start": 1135888593,
            "stop": 1135888612
        },
        {
            "start": 1135888614,
            "stop": 1135888621
        },
        {
            "start": 1135888623,
            "stop": 1135888628
        },
        {
            "start": 1135888630,
            "stop": 1135888642
        },
        {
            "start": 1135888644,
            "stop": 1135888660
        },
        {
            "start": 1135888662,
            "stop": 1135888694
        },
        {
            "start": 1135888696,
            "stop": 1135888769
        },
        {
            "start": 1135888771,
            "stop": 1135888783
        },
        {
            "start": 1135888785,
            "stop": 1135888800
        },
        {
            "start": 1135888802,
            "stop": 1135888818
        },
        {
            "start": 1135888821,
            "stop": 1135888838
        },
        {
            "start": 1135888840,
            "stop": 1135888848
        },
        {
            "start": 1135888850,
            "stop": 1135888865
        },
        {
            "start": 1135888867,
            "stop": 1135888870
        },
        {
            "start": 1135888872,
            "stop": 1135888935
        },
        {
            "start": 1135888937,
            "stop": 1135888951
        },
        {
            "start": 1135888953,
            "stop": 1135888968
        },
        {
            "start": 1135888970,
            "stop": 1135888972
        },
        {
            "start": 1135888974,
            "stop": 1135888998
        },
        {
            "start": 1135889000,
            "stop": 1135889001
        }
    ]
}