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=738
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=739",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=737",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 738,
    "results": [
        {
            "start": 1267571533,
            "stop": 1267571534
        },
        {
            "start": 1267571536,
            "stop": 1267571537
        },
        {
            "start": 1267571540,
            "stop": 1267571545
        },
        {
            "start": 1267571548,
            "stop": 1267571550
        },
        {
            "start": 1267571551,
            "stop": 1267571552
        },
        {
            "start": 1267571553,
            "stop": 1267571554
        },
        {
            "start": 1267571556,
            "stop": 1267571560
        },
        {
            "start": 1267571561,
            "stop": 1267571564
        },
        {
            "start": 1267571565,
            "stop": 1267571566
        },
        {
            "start": 1267571567,
            "stop": 1267571568
        },
        {
            "start": 1267571569,
            "stop": 1267571570
        },
        {
            "start": 1267571574,
            "stop": 1267571594
        },
        {
            "start": 1267571595,
            "stop": 1267571598
        },
        {
            "start": 1267571599,
            "stop": 1267571601
        },
        {
            "start": 1267571604,
            "stop": 1267571606
        },
        {
            "start": 1267571609,
            "stop": 1267571614
        },
        {
            "start": 1267571615,
            "stop": 1267571621
        },
        {
            "start": 1267571622,
            "stop": 1267571623
        },
        {
            "start": 1267571624,
            "stop": 1267571625
        },
        {
            "start": 1267571626,
            "stop": 1267571633
        }
    ]
}