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=1720
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=1721",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1719",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1720,
    "results": [
        {
            "start": 1249178359,
            "stop": 1249178361
        },
        {
            "start": 1249178363,
            "stop": 1249178372
        },
        {
            "start": 1249178373,
            "stop": 1249178383
        },
        {
            "start": 1249178384,
            "stop": 1249178387
        },
        {
            "start": 1249178390,
            "stop": 1249178392
        },
        {
            "start": 1249178393,
            "stop": 1249178510
        },
        {
            "start": 1249178511,
            "stop": 1249178515
        },
        {
            "start": 1249178524,
            "stop": 1249178536
        },
        {
            "start": 1249178538,
            "stop": 1249178539
        },
        {
            "start": 1249178540,
            "stop": 1249178542
        },
        {
            "start": 1249178544,
            "stop": 1249178545
        },
        {
            "start": 1249178549,
            "stop": 1249178558
        },
        {
            "start": 1249178559,
            "stop": 1249178560
        },
        {
            "start": 1249178562,
            "stop": 1249178567
        },
        {
            "start": 1249178569,
            "stop": 1249178588
        },
        {
            "start": 1249178590,
            "stop": 1249178609
        },
        {
            "start": 1249178610,
            "stop": 1249178623
        },
        {
            "start": 1249178624,
            "stop": 1249178656
        },
        {
            "start": 1249178668,
            "stop": 1249178711
        },
        {
            "start": 1249178712,
            "stop": 1249178718
        }
    ]
}