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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5126",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5124",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5125,
    "results": [
        {
            "start": 1135929065,
            "stop": 1135929092
        },
        {
            "start": 1135929094,
            "stop": 1135929306
        },
        {
            "start": 1135929308,
            "stop": 1135929367
        },
        {
            "start": 1135929369,
            "stop": 1135929412
        },
        {
            "start": 1135929414,
            "stop": 1135929583
        },
        {
            "start": 1135929585,
            "stop": 1135929913
        },
        {
            "start": 1135929915,
            "stop": 1135929971
        },
        {
            "start": 1135929973,
            "stop": 1135930132
        },
        {
            "start": 1135930134,
            "stop": 1135930519
        },
        {
            "start": 1135930521,
            "stop": 1135930525
        },
        {
            "start": 1135930527,
            "stop": 1135930754
        },
        {
            "start": 1135930756,
            "stop": 1135931574
        },
        {
            "start": 1135931576,
            "stop": 1135931848
        },
        {
            "start": 1135931850,
            "stop": 1135932220
        },
        {
            "start": 1135932222,
            "stop": 1135932476
        },
        {
            "start": 1135933315,
            "stop": 1135933883
        },
        {
            "start": 1135933885,
            "stop": 1135933933
        },
        {
            "start": 1135933935,
            "stop": 1135934063
        },
        {
            "start": 1135934065,
            "stop": 1135934364
        },
        {
            "start": 1135934366,
            "stop": 1135934431
        }
    ]
}