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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=27",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 28,
    "results": [
        {
            "start": 819292655,
            "stop": 819295047
        },
        {
            "start": 819295717,
            "stop": 819299730
        },
        {
            "start": 819300449,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308258
        },
        {
            "start": 819308368,
            "stop": 819308458
        },
        {
            "start": 819312017,
            "stop": 819313080
        },
        {
            "start": 819313797,
            "stop": 819316040
        },
        {
            "start": 819316143,
            "stop": 819317085
        },
        {
            "start": 819323264,
            "stop": 819324677
        },
        {
            "start": 819324863,
            "stop": 819325101
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819348000
        },
        {
            "start": 819348110,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358313
        },
        {
            "start": 819358366,
            "stop": 819362043
        },
        {
            "start": 819362242,
            "stop": 819362613
        },
        {
            "start": 819364026,
            "stop": 819370134
        },
        {
            "start": 819371319,
            "stop": 819377830
        },
        {
            "start": 819377831,
            "stop": 819377832
        }
    ]
}