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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=109",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 110,
    "results": [
        {
            "start": 1409717315,
            "stop": 1409718314
        },
        {
            "start": 1409718317,
            "stop": 1409757511
        },
        {
            "start": 1409757514,
            "stop": 1409763202
        },
        {
            "start": 1409763207,
            "stop": 1409763363
        },
        {
            "start": 1409763367,
            "stop": 1409769023
        },
        {
            "start": 1409770726,
            "stop": 1409778046
        },
        {
            "start": 1409778183,
            "stop": 1409778733
        },
        {
            "start": 1409779386,
            "stop": 1409781410
        },
        {
            "start": 1409782137,
            "stop": 1409784747
        },
        {
            "start": 1409784751,
            "stop": 1409785773
        },
        {
            "start": 1409785777,
            "stop": 1409787301
        },
        {
            "start": 1409789960,
            "stop": 1409792811
        },
        {
            "start": 1409792815,
            "stop": 1409804755
        },
        {
            "start": 1409804757,
            "stop": 1409824081
        },
        {
            "start": 1409824084,
            "stop": 1409824944
        },
        {
            "start": 1409824945,
            "stop": 1409841975
        },
        {
            "start": 1409841977,
            "stop": 1409848595
        },
        {
            "start": 1409848600,
            "stop": 1409849571
        },
        {
            "start": 1409849575,
            "stop": 1409852541
        },
        {
            "start": 1409860324,
            "stop": 1409861574
        }
    ]
}