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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1734",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1732",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1733,
    "results": [
        {
            "start": 958472466,
            "stop": 958472468
        },
        {
            "start": 958472469,
            "stop": 958473593
        },
        {
            "start": 958473595,
            "stop": 958474823
        },
        {
            "start": 958474825,
            "stop": 958475368
        },
        {
            "start": 958475370,
            "stop": 958476061
        },
        {
            "start": 958476063,
            "stop": 958476704
        },
        {
            "start": 958476706,
            "stop": 958477454
        },
        {
            "start": 958477455,
            "stop": 958477622
        },
        {
            "start": 958477624,
            "stop": 958478215
        },
        {
            "start": 958478217,
            "stop": 958478271
        },
        {
            "start": 958478273,
            "stop": 958478520
        },
        {
            "start": 958478522,
            "stop": 958478695
        },
        {
            "start": 958485028,
            "stop": 958485435
        },
        {
            "start": 958485437,
            "stop": 958485901
        },
        {
            "start": 958485904,
            "stop": 958486437
        },
        {
            "start": 958486439,
            "stop": 958486621
        },
        {
            "start": 958486622,
            "stop": 958486649
        },
        {
            "start": 958486651,
            "stop": 958486808
        },
        {
            "start": 958487959,
            "stop": 958488161
        },
        {
            "start": 958488162,
            "stop": 958488405
        }
    ]
}