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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 45,
    "results": [
        {
            "start": 1401442871,
            "stop": 1401444199
        },
        {
            "start": 1401444204,
            "stop": 1401444669
        },
        {
            "start": 1401444670,
            "stop": 1401452155
        },
        {
            "start": 1401452158,
            "stop": 1401463940
        },
        {
            "start": 1401474646,
            "stop": 1401491544
        },
        {
            "start": 1401491549,
            "stop": 1401502724
        },
        {
            "start": 1401502728,
            "stop": 1401508278
        },
        {
            "start": 1401508281,
            "stop": 1401509966
        },
        {
            "start": 1401509970,
            "stop": 1401515496
        },
        {
            "start": 1401515500,
            "stop": 1401542025
        },
        {
            "start": 1401542027,
            "stop": 1401544825
        },
        {
            "start": 1401564814,
            "stop": 1401569169
        },
        {
            "start": 1401569173,
            "stop": 1401569475
        },
        {
            "start": 1401569476,
            "stop": 1401573550
        },
        {
            "start": 1401584140,
            "stop": 1401586877
        },
        {
            "start": 1401586879,
            "stop": 1401595752
        },
        {
            "start": 1401595753,
            "stop": 1401599878
        },
        {
            "start": 1401613902,
            "stop": 1401624806
        },
        {
            "start": 1401631329,
            "stop": 1401632318
        },
        {
            "start": 1401632319,
            "stop": 1401638741
        }
    ]
}