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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 93,
    "results": [
        {
            "start": 1371488539,
            "stop": 1371488615
        },
        {
            "start": 1371488616,
            "stop": 1371489848
        },
        {
            "start": 1371503737,
            "stop": 1371504301
        },
        {
            "start": 1371504303,
            "stop": 1371505399
        },
        {
            "start": 1371505401,
            "stop": 1371506974
        },
        {
            "start": 1371506976,
            "stop": 1371509117
        },
        {
            "start": 1371509118,
            "stop": 1371510236
        },
        {
            "start": 1371510237,
            "stop": 1371511628
        },
        {
            "start": 1371511629,
            "stop": 1371512491
        },
        {
            "start": 1371512493,
            "stop": 1371514281
        },
        {
            "start": 1371514282,
            "stop": 1371515387
        },
        {
            "start": 1371515389,
            "stop": 1371516584
        },
        {
            "start": 1371520929,
            "stop": 1371525414
        },
        {
            "start": 1371525416,
            "stop": 1371526002
        },
        {
            "start": 1371526003,
            "stop": 1371527250
        },
        {
            "start": 1371527252,
            "stop": 1371530694
        },
        {
            "start": 1371530698,
            "stop": 1371530789
        },
        {
            "start": 1371530790,
            "stop": 1371531453
        },
        {
            "start": 1371531455,
            "stop": 1371532662
        },
        {
            "start": 1371532664,
            "stop": 1371535345
        }
    ]
}