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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=372",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 373,
    "results": [
        {
            "start": 1264316538,
            "stop": 1264316542
        },
        {
            "start": 1264316543,
            "stop": 1264316544
        },
        {
            "start": 1264316546,
            "stop": 1264316676
        },
        {
            "start": 1264316680,
            "stop": 1264317028
        },
        {
            "start": 1264317032,
            "stop": 1264317148
        },
        {
            "start": 1264317154,
            "stop": 1264317155
        },
        {
            "start": 1264317161,
            "stop": 1264317164
        },
        {
            "start": 1264317167,
            "stop": 1264317174
        },
        {
            "start": 1264317175,
            "stop": 1264317179
        },
        {
            "start": 1264317180,
            "stop": 1264317181
        },
        {
            "start": 1264317182,
            "stop": 1264317187
        },
        {
            "start": 1264317189,
            "stop": 1264317190
        },
        {
            "start": 1264317192,
            "stop": 1264317195
        },
        {
            "start": 1264317197,
            "stop": 1264317199
        },
        {
            "start": 1264317202,
            "stop": 1264317215
        },
        {
            "start": 1264317217,
            "stop": 1264317218
        },
        {
            "start": 1264317219,
            "stop": 1264317231
        },
        {
            "start": 1264317232,
            "stop": 1264317233
        },
        {
            "start": 1264317235,
            "stop": 1264317237
        },
        {
            "start": 1264317238,
            "stop": 1264317245
        }
    ]
}