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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=428",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 429,
    "results": [
        {
            "start": 1261537446,
            "stop": 1261537460
        },
        {
            "start": 1261537463,
            "stop": 1261537476
        },
        {
            "start": 1261537479,
            "stop": 1261537529
        },
        {
            "start": 1261537532,
            "stop": 1261537565
        },
        {
            "start": 1261537568,
            "stop": 1261538023
        },
        {
            "start": 1261538026,
            "stop": 1261538068
        },
        {
            "start": 1261538071,
            "stop": 1261538229
        },
        {
            "start": 1261538232,
            "stop": 1261538390
        },
        {
            "start": 1261538393,
            "stop": 1261538736
        },
        {
            "start": 1261538739,
            "stop": 1261538786
        },
        {
            "start": 1261538789,
            "stop": 1261539490
        },
        {
            "start": 1261539493,
            "stop": 1261539654
        },
        {
            "start": 1261539657,
            "stop": 1261539658
        },
        {
            "start": 1261539661,
            "stop": 1261539780
        },
        {
            "start": 1261539783,
            "stop": 1261539785
        },
        {
            "start": 1261539791,
            "stop": 1261539792
        },
        {
            "start": 1261539795,
            "stop": 1261539796
        },
        {
            "start": 1261539799,
            "stop": 1261539961
        },
        {
            "start": 1261539964,
            "stop": 1261539998
        },
        {
            "start": 1261540001,
            "stop": 1261540122
        }
    ]
}