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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=411",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 412,
    "results": [
        {
            "start": 1261376243,
            "stop": 1261380534
        },
        {
            "start": 1261380537,
            "stop": 1261380564
        },
        {
            "start": 1261380567,
            "stop": 1261380580
        },
        {
            "start": 1261380583,
            "stop": 1261381082
        },
        {
            "start": 1261381086,
            "stop": 1261381156
        },
        {
            "start": 1261381159,
            "stop": 1261381235
        },
        {
            "start": 1261381243,
            "stop": 1261381411
        },
        {
            "start": 1261381414,
            "stop": 1261382863
        },
        {
            "start": 1261382865,
            "stop": 1261384213
        },
        {
            "start": 1261384216,
            "stop": 1261389642
        },
        {
            "start": 1261389645,
            "stop": 1261391890
        },
        {
            "start": 1261391893,
            "stop": 1261392444
        },
        {
            "start": 1261392447,
            "stop": 1261392556
        },
        {
            "start": 1261392559,
            "stop": 1261393597
        },
        {
            "start": 1261393600,
            "stop": 1261394550
        },
        {
            "start": 1261394553,
            "stop": 1261395017
        },
        {
            "start": 1261395020,
            "stop": 1261395627
        },
        {
            "start": 1261395630,
            "stop": 1261395678
        },
        {
            "start": 1261395681,
            "stop": 1261396036
        },
        {
            "start": 1261396039,
            "stop": 1261396816
        }
    ]
}