Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=230
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=229",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 230,
    "results": [
        {
            "start": 1136426953,
            "stop": 1136426955
        },
        {
            "start": 1136426959,
            "stop": 1136426968
        },
        {
            "start": 1136426971,
            "stop": 1136426975
        },
        {
            "start": 1136426982,
            "stop": 1136426988
        },
        {
            "start": 1136426993,
            "stop": 1136426994
        },
        {
            "start": 1136427001,
            "stop": 1136427005
        },
        {
            "start": 1136427015,
            "stop": 1136427019
        },
        {
            "start": 1136427053,
            "stop": 1136427057
        },
        {
            "start": 1136427078,
            "stop": 1136427081
        },
        {
            "start": 1136427088,
            "stop": 1136427089
        },
        {
            "start": 1136427093,
            "stop": 1136427094
        },
        {
            "start": 1136427097,
            "stop": 1136427102
        },
        {
            "start": 1136427121,
            "stop": 1136427122
        },
        {
            "start": 1136427135,
            "stop": 1136427138
        },
        {
            "start": 1136427146,
            "stop": 1136427147
        },
        {
            "start": 1136427151,
            "stop": 1136427153
        },
        {
            "start": 1136427157,
            "stop": 1136427159
        },
        {
            "start": 1136427168,
            "stop": 1136427172
        },
        {
            "start": 1136427184,
            "stop": 1136427185
        },
        {
            "start": 1136427196,
            "stop": 1136427197
        }
    ]
}