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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 115,
    "results": [
        {
            "start": 1239317573,
            "stop": 1239318585
        },
        {
            "start": 1239318586,
            "stop": 1239318734
        },
        {
            "start": 1239318735,
            "stop": 1239318836
        },
        {
            "start": 1239322378,
            "stop": 1239322999
        },
        {
            "start": 1239323001,
            "stop": 1239323467
        },
        {
            "start": 1239323468,
            "stop": 1239323787
        },
        {
            "start": 1239323789,
            "stop": 1239323867
        },
        {
            "start": 1239323869,
            "stop": 1239324385
        },
        {
            "start": 1239324388,
            "stop": 1239324549
        },
        {
            "start": 1239324550,
            "stop": 1239325593
        },
        {
            "start": 1239325594,
            "stop": 1239327681
        },
        {
            "start": 1239327682,
            "stop": 1239328327
        },
        {
            "start": 1239328335,
            "stop": 1239331271
        },
        {
            "start": 1239331278,
            "stop": 1239332493
        },
        {
            "start": 1239332496,
            "stop": 1239333040
        },
        {
            "start": 1239333044,
            "stop": 1239334051
        },
        {
            "start": 1239334054,
            "stop": 1239334107
        },
        {
            "start": 1239334110,
            "stop": 1239335954
        },
        {
            "start": 1239335957,
            "stop": 1239336888
        },
        {
            "start": 1239336891,
            "stop": 1239338301
        }
    ]
}