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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 91,
    "results": [
        {
            "start": 1411387685,
            "stop": 1411389898
        },
        {
            "start": 1411389903,
            "stop": 1411390708
        },
        {
            "start": 1411390713,
            "stop": 1411391623
        },
        {
            "start": 1411391628,
            "stop": 1411393487
        },
        {
            "start": 1411393492,
            "stop": 1411394305
        },
        {
            "start": 1411394310,
            "stop": 1411395429
        },
        {
            "start": 1411433955,
            "stop": 1411439272
        },
        {
            "start": 1411439277,
            "stop": 1411440073
        },
        {
            "start": 1411440078,
            "stop": 1411440157
        },
        {
            "start": 1411440162,
            "stop": 1411440448
        },
        {
            "start": 1411440453,
            "stop": 1411441409
        },
        {
            "start": 1411441414,
            "stop": 1411442342
        },
        {
            "start": 1411442347,
            "stop": 1411443604
        },
        {
            "start": 1411443609,
            "stop": 1411445262
        },
        {
            "start": 1411445267,
            "stop": 1411445330
        },
        {
            "start": 1411450285,
            "stop": 1411456221
        },
        {
            "start": 1411460975,
            "stop": 1411464487
        },
        {
            "start": 1411464492,
            "stop": 1411466766
        },
        {
            "start": 1411466771,
            "stop": 1411471553
        },
        {
            "start": 1411471558,
            "stop": 1411471638
        }
    ]
}