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=6021
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=6022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6020",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6021,
    "results": [
        {
            "start": 873586541,
            "stop": 873586747
        },
        {
            "start": 873586749,
            "stop": 873587236
        },
        {
            "start": 873587237,
            "stop": 873588261
        },
        {
            "start": 873588263,
            "stop": 873589747
        },
        {
            "start": 873589748,
            "stop": 873591632
        },
        {
            "start": 873591634,
            "stop": 873596392
        },
        {
            "start": 873596394,
            "stop": 873597089
        },
        {
            "start": 873597092,
            "stop": 873597148
        },
        {
            "start": 873597151,
            "stop": 873597264
        },
        {
            "start": 873597269,
            "stop": 873597278
        },
        {
            "start": 873597281,
            "stop": 873597326
        },
        {
            "start": 873597329,
            "stop": 873597505
        },
        {
            "start": 873597507,
            "stop": 873597846
        },
        {
            "start": 873597849,
            "stop": 873597852
        },
        {
            "start": 873597857,
            "stop": 873597877
        },
        {
            "start": 873597882,
            "stop": 873597956
        },
        {
            "start": 873597959,
            "stop": 873597960
        },
        {
            "start": 873597964,
            "stop": 873599073
        },
        {
            "start": 873599074,
            "stop": 873600133
        },
        {
            "start": 873600136,
            "stop": 873600518
        }
    ]
}