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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 264,
    "results": [
        {
            "start": 1259679136,
            "stop": 1259679170
        },
        {
            "start": 1259679172,
            "stop": 1259681566
        },
        {
            "start": 1259681569,
            "stop": 1259681825
        },
        {
            "start": 1259681826,
            "stop": 1259681827
        },
        {
            "start": 1259681828,
            "stop": 1259682157
        },
        {
            "start": 1259682160,
            "stop": 1259682898
        },
        {
            "start": 1259682901,
            "stop": 1259683783
        },
        {
            "start": 1259683786,
            "stop": 1259684379
        },
        {
            "start": 1259684381,
            "stop": 1259684807
        },
        {
            "start": 1259684809,
            "stop": 1259684810
        },
        {
            "start": 1259684813,
            "stop": 1259684818
        },
        {
            "start": 1259684821,
            "stop": 1259684877
        },
        {
            "start": 1259684878,
            "stop": 1259684911
        },
        {
            "start": 1259684914,
            "stop": 1259685259
        },
        {
            "start": 1259685262,
            "stop": 1259686630
        },
        {
            "start": 1259686632,
            "stop": 1259687101
        },
        {
            "start": 1259687104,
            "stop": 1259687916
        },
        {
            "start": 1259687919,
            "stop": 1259689644
        },
        {
            "start": 1259689647,
            "stop": 1259690647
        },
        {
            "start": 1259690650,
            "stop": 1259691587
        }
    ]
}