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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 162,
    "results": [
        {
            "start": 1239816642,
            "stop": 1239817012
        },
        {
            "start": 1239817014,
            "stop": 1239817016
        },
        {
            "start": 1239817017,
            "stop": 1239817333
        },
        {
            "start": 1239817334,
            "stop": 1239817336
        },
        {
            "start": 1239817337,
            "stop": 1239817493
        },
        {
            "start": 1239817494,
            "stop": 1239817499
        },
        {
            "start": 1239817500,
            "stop": 1239817540
        },
        {
            "start": 1239817542,
            "stop": 1239817544
        },
        {
            "start": 1239817545,
            "stop": 1239817579
        },
        {
            "start": 1239817581,
            "stop": 1239817604
        },
        {
            "start": 1239817605,
            "stop": 1239817606
        },
        {
            "start": 1239817607,
            "stop": 1239817671
        },
        {
            "start": 1239817674,
            "stop": 1239817767
        },
        {
            "start": 1239817768,
            "stop": 1239817771
        },
        {
            "start": 1239817772,
            "stop": 1239817806
        },
        {
            "start": 1239817808,
            "stop": 1239817826
        },
        {
            "start": 1239817829,
            "stop": 1239818002
        },
        {
            "start": 1239818003,
            "stop": 1239818257
        },
        {
            "start": 1239818259,
            "stop": 1239818421
        },
        {
            "start": 1239818422,
            "stop": 1239818427
        }
    ]
}