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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3509",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3507",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3508,
    "results": [
        {
            "start": 970082148,
            "stop": 970082252
        },
        {
            "start": 970082253,
            "stop": 970082753
        },
        {
            "start": 970082756,
            "stop": 970083397
        },
        {
            "start": 970083400,
            "stop": 970083733
        },
        {
            "start": 970085607,
            "stop": 970085813
        },
        {
            "start": 970085816,
            "stop": 970085834
        },
        {
            "start": 970085837,
            "stop": 970085848
        },
        {
            "start": 970085851,
            "stop": 970085886
        },
        {
            "start": 970085889,
            "stop": 970085986
        },
        {
            "start": 970085987,
            "stop": 970087650
        },
        {
            "start": 970087653,
            "stop": 970087772
        },
        {
            "start": 970087773,
            "stop": 970087884
        },
        {
            "start": 970087885,
            "stop": 970088217
        },
        {
            "start": 970088224,
            "stop": 970088230
        },
        {
            "start": 970088233,
            "stop": 970088314
        },
        {
            "start": 970088324,
            "stop": 970088329
        },
        {
            "start": 970088335,
            "stop": 970088338
        },
        {
            "start": 970088374,
            "stop": 970088379
        },
        {
            "start": 970088395,
            "stop": 970088401
        },
        {
            "start": 970088407,
            "stop": 970088408
        }
    ]
}