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=425
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=426",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=424",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 425,
    "results": [
        {
            "start": 1261523954,
            "stop": 1261524386
        },
        {
            "start": 1261524389,
            "stop": 1261524393
        },
        {
            "start": 1261524396,
            "stop": 1261524479
        },
        {
            "start": 1261524482,
            "stop": 1261524615
        },
        {
            "start": 1261524623,
            "stop": 1261524929
        },
        {
            "start": 1261524932,
            "stop": 1261524984
        },
        {
            "start": 1261524992,
            "stop": 1261525396
        },
        {
            "start": 1261525399,
            "stop": 1261525401
        },
        {
            "start": 1261525404,
            "stop": 1261525416
        },
        {
            "start": 1261525419,
            "stop": 1261525814
        },
        {
            "start": 1261525817,
            "stop": 1261525864
        },
        {
            "start": 1261525872,
            "stop": 1261526306
        },
        {
            "start": 1261526309,
            "stop": 1261526328
        },
        {
            "start": 1261526331,
            "stop": 1261526336
        },
        {
            "start": 1261526339,
            "stop": 1261526341
        },
        {
            "start": 1261526344,
            "stop": 1261526394
        },
        {
            "start": 1261526397,
            "stop": 1261527128
        },
        {
            "start": 1261527131,
            "stop": 1261527132
        },
        {
            "start": 1261527135,
            "stop": 1261527513
        },
        {
            "start": 1261527516,
            "stop": 1261527527
        }
    ]
}