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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 252,
    "results": [
        {
            "start": 1259498939,
            "stop": 1259504487
        },
        {
            "start": 1259504489,
            "stop": 1259504513
        },
        {
            "start": 1259504516,
            "stop": 1259505155
        },
        {
            "start": 1259505156,
            "stop": 1259505256
        },
        {
            "start": 1259505259,
            "stop": 1259505374
        },
        {
            "start": 1259505379,
            "stop": 1259505631
        },
        {
            "start": 1259505634,
            "stop": 1259505635
        },
        {
            "start": 1259505637,
            "stop": 1259505653
        },
        {
            "start": 1259505656,
            "stop": 1259505661
        },
        {
            "start": 1259505664,
            "stop": 1259505673
        },
        {
            "start": 1259505674,
            "stop": 1259505675
        },
        {
            "start": 1259505678,
            "stop": 1259505679
        },
        {
            "start": 1259505682,
            "stop": 1259505711
        },
        {
            "start": 1259505713,
            "stop": 1259506068
        },
        {
            "start": 1259506070,
            "stop": 1259506136
        },
        {
            "start": 1259506139,
            "stop": 1259506447
        },
        {
            "start": 1259506450,
            "stop": 1259506491
        },
        {
            "start": 1259506493,
            "stop": 1259506530
        },
        {
            "start": 1259506533,
            "stop": 1259506952
        },
        {
            "start": 1259506954,
            "stop": 1259507286
        }
    ]
}