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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=595",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=593",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 594,
    "results": [
        {
            "start": 1265009890,
            "stop": 1265009917
        },
        {
            "start": 1265009918,
            "stop": 1265009983
        },
        {
            "start": 1265009984,
            "stop": 1265009986
        },
        {
            "start": 1265009989,
            "stop": 1265009990
        },
        {
            "start": 1265009993,
            "stop": 1265010540
        },
        {
            "start": 1265010544,
            "stop": 1265012436
        },
        {
            "start": 1265012437,
            "stop": 1265012615
        },
        {
            "start": 1265012616,
            "stop": 1265012633
        },
        {
            "start": 1265012635,
            "stop": 1265012653
        },
        {
            "start": 1265012654,
            "stop": 1265012660
        },
        {
            "start": 1265012661,
            "stop": 1265012803
        },
        {
            "start": 1265012804,
            "stop": 1265012859
        },
        {
            "start": 1265012860,
            "stop": 1265012895
        },
        {
            "start": 1265012896,
            "stop": 1265012897
        },
        {
            "start": 1265012898,
            "stop": 1265012902
        },
        {
            "start": 1265012903,
            "stop": 1265012936
        },
        {
            "start": 1265012937,
            "stop": 1265012941
        },
        {
            "start": 1265012942,
            "stop": 1265012944
        },
        {
            "start": 1265012945,
            "stop": 1265012950
        },
        {
            "start": 1265012951,
            "stop": 1265013236
        }
    ]
}