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=5274
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=5275",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5273",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5274,
    "results": [
        {
            "start": 1136400023,
            "stop": 1136400026
        },
        {
            "start": 1136400028,
            "stop": 1136400132
        },
        {
            "start": 1136400134,
            "stop": 1136400146
        },
        {
            "start": 1136400148,
            "stop": 1136400172
        },
        {
            "start": 1136400174,
            "stop": 1136400177
        },
        {
            "start": 1136400178,
            "stop": 1136400179
        },
        {
            "start": 1136400181,
            "stop": 1136400232
        },
        {
            "start": 1136400234,
            "stop": 1136400249
        },
        {
            "start": 1136400251,
            "stop": 1136400264
        },
        {
            "start": 1136400266,
            "stop": 1136400273
        },
        {
            "start": 1136400275,
            "stop": 1136400295
        },
        {
            "start": 1136400297,
            "stop": 1136400345
        },
        {
            "start": 1136400347,
            "stop": 1136400427
        },
        {
            "start": 1136400429,
            "stop": 1136400514
        },
        {
            "start": 1136400516,
            "stop": 1136400541
        },
        {
            "start": 1136400543,
            "stop": 1136400706
        },
        {
            "start": 1136400708,
            "stop": 1136400724
        },
        {
            "start": 1136400726,
            "stop": 1136400787
        },
        {
            "start": 1136400789,
            "stop": 1136400834
        },
        {
            "start": 1136400836,
            "stop": 1136400839
        }
    ]
}