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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6913",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6914,
    "results": [
        {
            "start": 873584052,
            "stop": 873588456
        },
        {
            "start": 873588460,
            "stop": 873588782
        },
        {
            "start": 873588786,
            "stop": 873591628
        },
        {
            "start": 873591631,
            "stop": 873595542
        },
        {
            "start": 873595546,
            "stop": 873597089
        },
        {
            "start": 873597092,
            "stop": 873597148
        },
        {
            "start": 873597151,
            "stop": 873597264
        },
        {
            "start": 873597269,
            "stop": 873597278
        },
        {
            "start": 873597281,
            "stop": 873597326
        },
        {
            "start": 873597329,
            "stop": 873597504
        },
        {
            "start": 873597507,
            "stop": 873597846
        },
        {
            "start": 873597849,
            "stop": 873597852
        },
        {
            "start": 873597857,
            "stop": 873597877
        },
        {
            "start": 873597882,
            "stop": 873597956
        },
        {
            "start": 873597959,
            "stop": 873597960
        },
        {
            "start": 873597964,
            "stop": 873599035
        },
        {
            "start": 873599038,
            "stop": 873600133
        },
        {
            "start": 873600136,
            "stop": 873600285
        },
        {
            "start": 873600625,
            "stop": 873601628
        },
        {
            "start": 873601636,
            "stop": 873601637
        }
    ]
}