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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=279",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 280,
    "results": [
        {
            "start": 931528479,
            "stop": 931528489
        },
        {
            "start": 931528491,
            "stop": 931528493
        },
        {
            "start": 931528496,
            "stop": 931528509
        },
        {
            "start": 931528511,
            "stop": 931528521
        },
        {
            "start": 931528524,
            "stop": 931528527
        },
        {
            "start": 931528529,
            "stop": 931528530
        },
        {
            "start": 931528533,
            "stop": 931528535
        },
        {
            "start": 931528538,
            "stop": 931528548
        },
        {
            "start": 931528552,
            "stop": 931528554
        },
        {
            "start": 931528556,
            "stop": 931528557
        },
        {
            "start": 931528559,
            "stop": 931528560
        },
        {
            "start": 931528562,
            "stop": 931528568
        },
        {
            "start": 931528571,
            "stop": 931528580
        },
        {
            "start": 931528582,
            "stop": 931528593
        },
        {
            "start": 931530408,
            "stop": 931530425
        },
        {
            "start": 931530426,
            "stop": 931530435
        },
        {
            "start": 931530437,
            "stop": 931530452
        },
        {
            "start": 931530454,
            "stop": 931530467
        },
        {
            "start": 931530469,
            "stop": 931530476
        },
        {
            "start": 931530477,
            "stop": 931530486
        }
    ]
}