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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 170,
    "results": [
        {
            "start": 1239833678,
            "stop": 1239833832
        },
        {
            "start": 1239833833,
            "stop": 1239833836
        },
        {
            "start": 1239833837,
            "stop": 1239834115
        },
        {
            "start": 1239834116,
            "stop": 1239834135
        },
        {
            "start": 1239834137,
            "stop": 1239834183
        },
        {
            "start": 1239834185,
            "stop": 1239834283
        },
        {
            "start": 1239834285,
            "stop": 1239834454
        },
        {
            "start": 1239834455,
            "stop": 1239834582
        },
        {
            "start": 1239834585,
            "stop": 1239834622
        },
        {
            "start": 1239834625,
            "stop": 1239835030
        },
        {
            "start": 1239835033,
            "stop": 1239835119
        },
        {
            "start": 1239835120,
            "stop": 1239835165
        },
        {
            "start": 1239835166,
            "stop": 1239835537
        },
        {
            "start": 1239835539,
            "stop": 1239835691
        },
        {
            "start": 1239835692,
            "stop": 1239835906
        },
        {
            "start": 1239835907,
            "stop": 1239836123
        },
        {
            "start": 1239836124,
            "stop": 1239836247
        },
        {
            "start": 1239836248,
            "stop": 1239836416
        },
        {
            "start": 1239840671,
            "stop": 1239841024
        },
        {
            "start": 1239841025,
            "stop": 1239841205
        }
    ]
}