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=459
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=460",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=458",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 459,
    "results": [
        {
            "start": 1261978934,
            "stop": 1261979098
        },
        {
            "start": 1261979101,
            "stop": 1261979107
        },
        {
            "start": 1261979110,
            "stop": 1261979115
        },
        {
            "start": 1261979118,
            "stop": 1261979156
        },
        {
            "start": 1261979159,
            "stop": 1261979375
        },
        {
            "start": 1261979378,
            "stop": 1261979800
        },
        {
            "start": 1261979803,
            "stop": 1261979861
        },
        {
            "start": 1261979864,
            "stop": 1261979879
        },
        {
            "start": 1261979882,
            "stop": 1261980109
        },
        {
            "start": 1261980112,
            "stop": 1261980147
        },
        {
            "start": 1261980153,
            "stop": 1261980269
        },
        {
            "start": 1261980272,
            "stop": 1261980401
        },
        {
            "start": 1261980404,
            "stop": 1261980420
        },
        {
            "start": 1261980423,
            "stop": 1261980425
        },
        {
            "start": 1261980428,
            "stop": 1261980443
        },
        {
            "start": 1261980444,
            "stop": 1261980523
        },
        {
            "start": 1261980526,
            "stop": 1261980545
        },
        {
            "start": 1261980548,
            "stop": 1261980568
        },
        {
            "start": 1261980571,
            "stop": 1261980838
        },
        {
            "start": 1261980841,
            "stop": 1261980851
        }
    ]
}