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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 198,
    "results": [
        {
            "start": 1239872473,
            "stop": 1239872591
        },
        {
            "start": 1239872593,
            "stop": 1239872711
        },
        {
            "start": 1239872713,
            "stop": 1239872831
        },
        {
            "start": 1239872833,
            "stop": 1239872951
        },
        {
            "start": 1239872953,
            "stop": 1239873071
        },
        {
            "start": 1239873073,
            "stop": 1239873191
        },
        {
            "start": 1239873193,
            "stop": 1239873311
        },
        {
            "start": 1239873313,
            "stop": 1239873431
        },
        {
            "start": 1239873433,
            "stop": 1239873551
        },
        {
            "start": 1239873553,
            "stop": 1239873668
        },
        {
            "start": 1239873670,
            "stop": 1239873791
        },
        {
            "start": 1239873793,
            "stop": 1239873911
        },
        {
            "start": 1239873913,
            "stop": 1239874031
        },
        {
            "start": 1239874033,
            "stop": 1239874151
        },
        {
            "start": 1239874153,
            "stop": 1239874271
        },
        {
            "start": 1239874273,
            "stop": 1239874391
        },
        {
            "start": 1239874393,
            "stop": 1239874511
        },
        {
            "start": 1239874513,
            "stop": 1239874631
        },
        {
            "start": 1239874633,
            "stop": 1239874751
        },
        {
            "start": 1239874753,
            "stop": 1239874871
        }
    ]
}