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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=410",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 411,
    "results": [
        {
            "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
        },
        {
            "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
        }
    ]
}