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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 27,
    "results": [
        {
            "start": 1126340864,
            "stop": 1126340941
        },
        {
            "start": 1126340942,
            "stop": 1126340991
        },
        {
            "start": 1126340993,
            "stop": 1126341390
        },
        {
            "start": 1126341391,
            "stop": 1126341458
        },
        {
            "start": 1126341459,
            "stop": 1126341644
        },
        {
            "start": 1126341645,
            "stop": 1126341910
        },
        {
            "start": 1126341911,
            "stop": 1126342042
        },
        {
            "start": 1126342043,
            "stop": 1126342138
        },
        {
            "start": 1126342139,
            "stop": 1126342244
        },
        {
            "start": 1126342245,
            "stop": 1126342342
        },
        {
            "start": 1126342343,
            "stop": 1126342433
        },
        {
            "start": 1126342434,
            "stop": 1126342493
        },
        {
            "start": 1126342494,
            "stop": 1126342892
        },
        {
            "start": 1126342893,
            "stop": 1126343061
        },
        {
            "start": 1126343062,
            "stop": 1126343498
        },
        {
            "start": 1126343499,
            "stop": 1126343606
        },
        {
            "start": 1126343608,
            "stop": 1126343701
        },
        {
            "start": 1126343702,
            "stop": 1126343797
        },
        {
            "start": 1126343799,
            "stop": 1126343888
        },
        {
            "start": 1126343890,
            "stop": 1126343908
        }
    ]
}