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=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=411",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 412,
    "results": [
        {
            "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
        },
        {
            "start": 1267571638,
            "stop": 1267571639
        },
        {
            "start": 1267571640,
            "stop": 1267571644
        },
        {
            "start": 1267571645,
            "stop": 1267571646
        },
        {
            "start": 1267571648,
            "stop": 1267571653
        },
        {
            "start": 1267571656,
            "stop": 1267576298
        },
        {
            "start": 1267576299,
            "stop": 1267576301
        },
        {
            "start": 1267576311,
            "stop": 1267576314
        },
        {
            "start": 1267576317,
            "stop": 1267582114
        },
        {
            "start": 1267582116,
            "stop": 1267582118
        },
        {
            "start": 1267582119,
            "stop": 1267582127
        }
    ]
}