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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33258",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33259,
    "results": [
        {
            "start": 970991469,
            "stop": 970991508
        },
        {
            "start": 970991510,
            "stop": 970991516
        },
        {
            "start": 970991517,
            "stop": 970991535
        },
        {
            "start": 970991538,
            "stop": 970991561
        },
        {
            "start": 970991562,
            "stop": 970991572
        },
        {
            "start": 970991573,
            "stop": 970991580
        },
        {
            "start": 970991582,
            "stop": 970991619
        },
        {
            "start": 970991620,
            "stop": 970991633
        },
        {
            "start": 970991634,
            "stop": 970991646
        },
        {
            "start": 970991647,
            "stop": 970991673
        },
        {
            "start": 970991678,
            "stop": 970991701
        },
        {
            "start": 970991702,
            "stop": 970991721
        },
        {
            "start": 970991722,
            "stop": 970991736
        },
        {
            "start": 970991737,
            "stop": 970991751
        },
        {
            "start": 970991752,
            "stop": 970991775
        },
        {
            "start": 970991776,
            "stop": 970991778
        },
        {
            "start": 970991779,
            "stop": 970991794
        },
        {
            "start": 970991797,
            "stop": 970991815
        },
        {
            "start": 970991816,
            "stop": 970991839
        },
        {
            "start": 970991840,
            "stop": 970991842
        }
    ]
}