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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=226",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 227,
    "results": [
        {
            "start": 1240125219,
            "stop": 1240125224
        },
        {
            "start": 1240125225,
            "stop": 1240125378
        },
        {
            "start": 1240125380,
            "stop": 1240125387
        },
        {
            "start": 1240125388,
            "stop": 1240125400
        },
        {
            "start": 1240125401,
            "stop": 1240125561
        },
        {
            "start": 1240125563,
            "stop": 1240125585
        },
        {
            "start": 1240125586,
            "stop": 1240125638
        },
        {
            "start": 1240125642,
            "stop": 1240125643
        },
        {
            "start": 1240125644,
            "stop": 1240125647
        },
        {
            "start": 1240125650,
            "stop": 1240125661
        },
        {
            "start": 1240125666,
            "stop": 1240126045
        },
        {
            "start": 1240126048,
            "stop": 1240126065
        },
        {
            "start": 1240126066,
            "stop": 1240126210
        },
        {
            "start": 1240126211,
            "stop": 1240126382
        },
        {
            "start": 1240126384,
            "stop": 1240126670
        },
        {
            "start": 1240126673,
            "stop": 1240127515
        },
        {
            "start": 1240127516,
            "stop": 1240127600
        },
        {
            "start": 1240127601,
            "stop": 1240127717
        },
        {
            "start": 1240127720,
            "stop": 1240127756
        },
        {
            "start": 1240127758,
            "stop": 1240127770
        }
    ]
}