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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=738",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=736",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 737,
    "results": [
        {
            "start": 1267567219,
            "stop": 1267568103
        },
        {
            "start": 1267568108,
            "stop": 1267571366
        },
        {
            "start": 1267571367,
            "stop": 1267571379
        },
        {
            "start": 1267571380,
            "stop": 1267571392
        },
        {
            "start": 1267571393,
            "stop": 1267571432
        },
        {
            "start": 1267571434,
            "stop": 1267571438
        },
        {
            "start": 1267571440,
            "stop": 1267571444
        },
        {
            "start": 1267571446,
            "stop": 1267571447
        },
        {
            "start": 1267571448,
            "stop": 1267571449
        },
        {
            "start": 1267571451,
            "stop": 1267571457
        },
        {
            "start": 1267571460,
            "stop": 1267571475
        },
        {
            "start": 1267571477,
            "stop": 1267571479
        },
        {
            "start": 1267571484,
            "stop": 1267571487
        },
        {
            "start": 1267571488,
            "stop": 1267571489
        },
        {
            "start": 1267571490,
            "stop": 1267571505
        },
        {
            "start": 1267571506,
            "stop": 1267571514
        },
        {
            "start": 1267571516,
            "stop": 1267571518
        },
        {
            "start": 1267571520,
            "stop": 1267571525
        },
        {
            "start": 1267571526,
            "stop": 1267571530
        },
        {
            "start": 1267571531,
            "stop": 1267571532
        }
    ]
}