Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=6",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 7,
    "results": [
        {
            "start": 1241068861,
            "stop": 1241073789
        },
        {
            "start": 1241073881,
            "stop": 1241074723
        },
        {
            "start": 1241088652,
            "stop": 1241092348
        },
        {
            "start": 1241092420,
            "stop": 1241093422
        },
        {
            "start": 1241093492,
            "stop": 1241123810
        },
        {
            "start": 1241123878,
            "stop": 1241175681
        },
        {
            "start": 1241175793,
            "stop": 1241178492
        },
        {
            "start": 1241178564,
            "stop": 1241196917
        },
        {
            "start": 1241197660,
            "stop": 1241214224
        },
        {
            "start": 1241242959,
            "stop": 1241243122
        },
        {
            "start": 1241243169,
            "stop": 1241275548
        },
        {
            "start": 1241302060,
            "stop": 1241309944
        },
        {
            "start": 1241310397,
            "stop": 1241334204
        },
        {
            "start": 1241366461,
            "stop": 1241372418
        },
        {
            "start": 1241374158,
            "stop": 1241376164
        },
        {
            "start": 1241376243,
            "stop": 1241376347
        },
        {
            "start": 1241381956,
            "stop": 1241382706
        },
        {
            "start": 1241390460,
            "stop": 1241391237
        },
        {
            "start": 1241393338,
            "stop": 1241397900
        },
        {
            "start": 1241402964,
            "stop": 1241409504
        }
    ]
}