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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=15",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 16,
    "results": [
        {
            "start": 1400424765,
            "stop": 1400424781
        },
        {
            "start": 1400424845,
            "stop": 1400432573
        },
        {
            "start": 1400432637,
            "stop": 1400434773
        },
        {
            "start": 1400435140,
            "stop": 1400437317
        },
        {
            "start": 1400437381,
            "stop": 1400438510
        },
        {
            "start": 1400438562,
            "stop": 1400438621
        },
        {
            "start": 1400438685,
            "stop": 1400439277
        },
        {
            "start": 1400439357,
            "stop": 1400451589
        },
        {
            "start": 1400451653,
            "stop": 1400454669
        },
        {
            "start": 1400454717,
            "stop": 1400456437
        },
        {
            "start": 1400456501,
            "stop": 1400490749
        },
        {
            "start": 1400505689,
            "stop": 1400513420
        },
        {
            "start": 1400527406,
            "stop": 1400601658
        },
        {
            "start": 1400603184,
            "stop": 1400603220
        },
        {
            "start": 1400611859,
            "stop": 1400612045
        },
        {
            "start": 1400612793,
            "stop": 1400712731
        },
        {
            "start": 1400730027,
            "stop": 1400774703
        },
        {
            "start": 1400782951,
            "stop": 1400792484
        },
        {
            "start": 1400806212,
            "stop": 1400938045
        },
        {
            "start": 1400957531,
            "stop": 1400971474
        }
    ]
}