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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=291",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 292,
    "results": [
        {
            "start": 1175125022,
            "stop": 1175126653
        },
        {
            "start": 1175126655,
            "stop": 1175128174
        },
        {
            "start": 1175128176,
            "stop": 1175129880
        },
        {
            "start": 1175129882,
            "stop": 1175131431
        },
        {
            "start": 1175131433,
            "stop": 1175132426
        },
        {
            "start": 1175132428,
            "stop": 1175133748
        },
        {
            "start": 1175133750,
            "stop": 1175134449
        },
        {
            "start": 1175134453,
            "stop": 1175134942
        },
        {
            "start": 1175134944,
            "stop": 1175136312
        },
        {
            "start": 1175136314,
            "stop": 1175137260
        },
        {
            "start": 1175137262,
            "stop": 1175138124
        },
        {
            "start": 1175138126,
            "stop": 1175138828
        },
        {
            "start": 1175138830,
            "stop": 1175139953
        },
        {
            "start": 1175139955,
            "stop": 1175141131
        },
        {
            "start": 1175141133,
            "stop": 1175142251
        },
        {
            "start": 1175142253,
            "stop": 1175143247
        },
        {
            "start": 1175143249,
            "stop": 1175144352
        },
        {
            "start": 1175144354,
            "stop": 1175145477
        },
        {
            "start": 1175145479,
            "stop": 1175146765
        },
        {
            "start": 1175146767,
            "stop": 1175147836
        }
    ]
}