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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=13",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 14,
    "results": [
        {
            "start": 1400213370,
            "stop": 1400214362
        },
        {
            "start": 1400214410,
            "stop": 1400223602
        },
        {
            "start": 1400223666,
            "stop": 1400226059
        },
        {
            "start": 1400228825,
            "stop": 1400237204
        },
        {
            "start": 1400237268,
            "stop": 1400239908
        },
        {
            "start": 1400239972,
            "stop": 1400248004
        },
        {
            "start": 1400248068,
            "stop": 1400248212
        },
        {
            "start": 1400248260,
            "stop": 1400249436
        },
        {
            "start": 1400249532,
            "stop": 1400250011
        },
        {
            "start": 1400250014,
            "stop": 1400251668
        },
        {
            "start": 1400251732,
            "stop": 1400252337
        },
        {
            "start": 1400253640,
            "stop": 1400256037
        },
        {
            "start": 1400266770,
            "stop": 1400274406
        },
        {
            "start": 1400274470,
            "stop": 1400276726
        },
        {
            "start": 1400276790,
            "stop": 1400282622
        },
        {
            "start": 1400282686,
            "stop": 1400297582
        },
        {
            "start": 1400297646,
            "stop": 1400298166
        },
        {
            "start": 1400298214,
            "stop": 1400299758
        },
        {
            "start": 1400299822,
            "stop": 1400303502
        },
        {
            "start": 1400303550,
            "stop": 1400315310
        }
    ]
}