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=845
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=846",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=844",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 845,
    "results": [
        {
            "start": 1250451714,
            "stop": 1250451749
        },
        {
            "start": 1250451750,
            "stop": 1250451903
        },
        {
            "start": 1250451907,
            "stop": 1250452413
        },
        {
            "start": 1250452414,
            "stop": 1250452454
        },
        {
            "start": 1250452455,
            "stop": 1250452543
        },
        {
            "start": 1250452544,
            "stop": 1250452578
        },
        {
            "start": 1250452579,
            "stop": 1250453025
        },
        {
            "start": 1250453027,
            "stop": 1250453030
        },
        {
            "start": 1250453031,
            "stop": 1250453035
        },
        {
            "start": 1250453036,
            "stop": 1250453037
        },
        {
            "start": 1250453038,
            "stop": 1250453200
        },
        {
            "start": 1250453201,
            "stop": 1250453224
        },
        {
            "start": 1250453229,
            "stop": 1250453298
        },
        {
            "start": 1250453301,
            "stop": 1250453348
        },
        {
            "start": 1250453349,
            "stop": 1250453350
        },
        {
            "start": 1250453351,
            "stop": 1250453356
        },
        {
            "start": 1250453357,
            "stop": 1250453527
        },
        {
            "start": 1250453529,
            "stop": 1250453540
        },
        {
            "start": 1250453544,
            "stop": 1250453546
        },
        {
            "start": 1250464275,
            "stop": 1250464330
        }
    ]
}