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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6308",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6309,
    "results": [
        {
            "start": 873188970,
            "stop": 873189626
        },
        {
            "start": 873189627,
            "stop": 873189800
        },
        {
            "start": 873189801,
            "stop": 873189919
        },
        {
            "start": 873189920,
            "stop": 873190037
        },
        {
            "start": 873190038,
            "stop": 873190322
        },
        {
            "start": 873190323,
            "stop": 873191430
        },
        {
            "start": 873191431,
            "stop": 873191482
        },
        {
            "start": 873191483,
            "stop": 873191666
        },
        {
            "start": 873191667,
            "stop": 873191833
        },
        {
            "start": 873191834,
            "stop": 873191882
        },
        {
            "start": 873191883,
            "stop": 873192182
        },
        {
            "start": 873192183,
            "stop": 873192960
        },
        {
            "start": 873192961,
            "stop": 873193294
        },
        {
            "start": 873193295,
            "stop": 873193507
        },
        {
            "start": 873193508,
            "stop": 873193729
        },
        {
            "start": 873193730,
            "stop": 873194471
        },
        {
            "start": 873194472,
            "stop": 873194915
        },
        {
            "start": 873194916,
            "stop": 873195085
        },
        {
            "start": 873195086,
            "stop": 873195330
        },
        {
            "start": 873195331,
            "stop": 873196092
        }
    ]
}