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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=146",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 147,
    "results": [
        {
            "start": 1135053043,
            "stop": 1135053049
        },
        {
            "start": 1135053052,
            "stop": 1135053057
        },
        {
            "start": 1135053060,
            "stop": 1135053063
        },
        {
            "start": 1135053066,
            "stop": 1135053069
        },
        {
            "start": 1135053072,
            "stop": 1135053076
        },
        {
            "start": 1135053079,
            "stop": 1135053083
        },
        {
            "start": 1135053088,
            "stop": 1135053100
        },
        {
            "start": 1135053103,
            "stop": 1135053111
        },
        {
            "start": 1135053114,
            "stop": 1135053118
        },
        {
            "start": 1135053121,
            "stop": 1135053126
        },
        {
            "start": 1135053129,
            "stop": 1135053134
        },
        {
            "start": 1135053137,
            "stop": 1135053140
        },
        {
            "start": 1135053143,
            "stop": 1135053146
        },
        {
            "start": 1135053149,
            "stop": 1135053153
        },
        {
            "start": 1135053156,
            "stop": 1135053158
        },
        {
            "start": 1135053161,
            "stop": 1135053167
        },
        {
            "start": 1135053173,
            "stop": 1135053185
        },
        {
            "start": 1135053188,
            "stop": 1135053190
        },
        {
            "start": 1135053193,
            "stop": 1135053196
        },
        {
            "start": 1135053199,
            "stop": 1135053202
        }
    ]
}