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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=249",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 250,
    "results": [
        {
            "start": 1174006377,
            "stop": 1174006675
        },
        {
            "start": 1174006677,
            "stop": 1174007911
        },
        {
            "start": 1174007913,
            "stop": 1174008903
        },
        {
            "start": 1174008905,
            "stop": 1174010026
        },
        {
            "start": 1174010028,
            "stop": 1174010862
        },
        {
            "start": 1174010864,
            "stop": 1174011319
        },
        {
            "start": 1174011323,
            "stop": 1174011878
        },
        {
            "start": 1174011880,
            "stop": 1174012994
        },
        {
            "start": 1174012996,
            "stop": 1174013810
        },
        {
            "start": 1174013812,
            "stop": 1174014567
        },
        {
            "start": 1174014569,
            "stop": 1174015511
        },
        {
            "start": 1174015513,
            "stop": 1174016228
        },
        {
            "start": 1174016230,
            "stop": 1174017270
        },
        {
            "start": 1174017272,
            "stop": 1174018349
        },
        {
            "start": 1174018351,
            "stop": 1174019509
        },
        {
            "start": 1174019511,
            "stop": 1174020198
        },
        {
            "start": 1174020200,
            "stop": 1174020904
        },
        {
            "start": 1174020906,
            "stop": 1174021814
        },
        {
            "start": 1174021816,
            "stop": 1174022966
        },
        {
            "start": 1174022968,
            "stop": 1174023656
        }
    ]
}