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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5202",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5200",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5201,
    "results": [
        {
            "start": 1137029432,
            "stop": 1137029433
        },
        {
            "start": 1137029436,
            "stop": 1137029437
        },
        {
            "start": 1137029439,
            "stop": 1137029442
        },
        {
            "start": 1137029444,
            "stop": 1137029447
        },
        {
            "start": 1137029448,
            "stop": 1137029450
        },
        {
            "start": 1137029453,
            "stop": 1137029464
        },
        {
            "start": 1137029466,
            "stop": 1137029468
        },
        {
            "start": 1137029470,
            "stop": 1137029475
        },
        {
            "start": 1137029477,
            "stop": 1137029493
        },
        {
            "start": 1137029495,
            "stop": 1137029504
        },
        {
            "start": 1137029506,
            "stop": 1137029528
        },
        {
            "start": 1137029530,
            "stop": 1137029536
        },
        {
            "start": 1137029538,
            "stop": 1137029540
        },
        {
            "start": 1137029542,
            "stop": 1137029545
        },
        {
            "start": 1137029548,
            "stop": 1137029552
        },
        {
            "start": 1137029554,
            "stop": 1137029555
        },
        {
            "start": 1137029559,
            "stop": 1137029570
        },
        {
            "start": 1137029572,
            "stop": 1137029576
        },
        {
            "start": 1137029578,
            "stop": 1137029591
        },
        {
            "start": 1137029592,
            "stop": 1137029594
        }
    ]
}