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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=160",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 161,
    "results": [
        {
            "start": 839708621,
            "stop": 839713528
        },
        {
            "start": 839713618,
            "stop": 839718390
        },
        {
            "start": 839719817,
            "stop": 839721684
        },
        {
            "start": 839723122,
            "stop": 839777329
        },
        {
            "start": 839777573,
            "stop": 839780717
        },
        {
            "start": 839780857,
            "stop": 839783101
        },
        {
            "start": 839783169,
            "stop": 839783170
        },
        {
            "start": 839783406,
            "stop": 839784566
        },
        {
            "start": 839784733,
            "stop": 839788026
        },
        {
            "start": 839788180,
            "stop": 839788379
        },
        {
            "start": 839788496,
            "stop": 839788831
        },
        {
            "start": 839788955,
            "stop": 839792334
        },
        {
            "start": 839793828,
            "stop": 839794455
        },
        {
            "start": 839794949,
            "stop": 839801033
        },
        {
            "start": 839802199,
            "stop": 839807927
        },
        {
            "start": 839809244,
            "stop": 839828288
        },
        {
            "start": 839829657,
            "stop": 839848527
        },
        {
            "start": 839850171,
            "stop": 839863591
        },
        {
            "start": 839864921,
            "stop": 839869566
        },
        {
            "start": 839869866,
            "stop": 839869904
        }
    ]
}