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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=312",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 313,
    "results": [
        {
            "start": 1240586044,
            "stop": 1240586052
        },
        {
            "start": 1240586053,
            "stop": 1240586121
        },
        {
            "start": 1240586122,
            "stop": 1240586128
        },
        {
            "start": 1240586129,
            "stop": 1240586196
        },
        {
            "start": 1240586197,
            "stop": 1240586217
        },
        {
            "start": 1240586219,
            "stop": 1240586280
        },
        {
            "start": 1240586283,
            "stop": 1240586318
        },
        {
            "start": 1240586319,
            "stop": 1240586325
        },
        {
            "start": 1240586326,
            "stop": 1240586349
        },
        {
            "start": 1240586350,
            "stop": 1240586362
        },
        {
            "start": 1240586364,
            "stop": 1240586365
        },
        {
            "start": 1240586366,
            "stop": 1240586392
        },
        {
            "start": 1240586393,
            "stop": 1240586405
        },
        {
            "start": 1240586407,
            "stop": 1240586539
        },
        {
            "start": 1240586540,
            "stop": 1240586557
        },
        {
            "start": 1240586558,
            "stop": 1240586562
        },
        {
            "start": 1240586563,
            "stop": 1240586565
        },
        {
            "start": 1240586566,
            "stop": 1240586585
        },
        {
            "start": 1240586586,
            "stop": 1240586605
        },
        {
            "start": 1240586606,
            "stop": 1240586627
        }
    ]
}