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=5098
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=5099",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5097",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5098,
    "results": [
        {
            "start": 1135877300,
            "stop": 1135877344
        },
        {
            "start": 1135877346,
            "stop": 1135877354
        },
        {
            "start": 1135877356,
            "stop": 1135877392
        },
        {
            "start": 1135877394,
            "stop": 1135877430
        },
        {
            "start": 1135877432,
            "stop": 1135877470
        },
        {
            "start": 1135877472,
            "stop": 1135877475
        },
        {
            "start": 1135877477,
            "stop": 1135877482
        },
        {
            "start": 1135877484,
            "stop": 1135877744
        },
        {
            "start": 1135877746,
            "stop": 1135877776
        },
        {
            "start": 1135877778,
            "stop": 1135877814
        },
        {
            "start": 1135877816,
            "stop": 1135877826
        },
        {
            "start": 1135877828,
            "stop": 1135877838
        },
        {
            "start": 1135877840,
            "stop": 1135877843
        },
        {
            "start": 1135877845,
            "stop": 1135877874
        },
        {
            "start": 1135877876,
            "stop": 1135877932
        },
        {
            "start": 1135877934,
            "stop": 1135878005
        },
        {
            "start": 1135878007,
            "stop": 1135878071
        },
        {
            "start": 1135878073,
            "stop": 1135878084
        },
        {
            "start": 1135878086,
            "stop": 1135878087
        },
        {
            "start": 1135878089,
            "stop": 1135878090
        }
    ]
}