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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=300",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 301,
    "results": [
        {
            "start": 1175329944,
            "stop": 1175331245
        },
        {
            "start": 1175331247,
            "stop": 1175332567
        },
        {
            "start": 1175332569,
            "stop": 1175333633
        },
        {
            "start": 1175333635,
            "stop": 1175335054
        },
        {
            "start": 1175335056,
            "stop": 1175335784
        },
        {
            "start": 1175335786,
            "stop": 1175336917
        },
        {
            "start": 1175336919,
            "stop": 1175337822
        },
        {
            "start": 1175337824,
            "stop": 1175338977
        },
        {
            "start": 1175338979,
            "stop": 1175339901
        },
        {
            "start": 1175339903,
            "stop": 1175341096
        },
        {
            "start": 1175341098,
            "stop": 1175342016
        },
        {
            "start": 1175342018,
            "stop": 1175343151
        },
        {
            "start": 1175343153,
            "stop": 1175344126
        },
        {
            "start": 1175344128,
            "stop": 1175344599
        },
        {
            "start": 1175344603,
            "stop": 1175345285
        },
        {
            "start": 1175345287,
            "stop": 1175346283
        },
        {
            "start": 1175346285,
            "stop": 1175347388
        },
        {
            "start": 1175347390,
            "stop": 1175348358
        },
        {
            "start": 1175348360,
            "stop": 1175349420
        },
        {
            "start": 1175349422,
            "stop": 1175349595
        }
    ]
}