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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=230",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 231,
    "results": [
        {
            "start": 1136427205,
            "stop": 1136427209
        },
        {
            "start": 1136427217,
            "stop": 1136427219
        },
        {
            "start": 1136427239,
            "stop": 1136427240
        },
        {
            "start": 1136427257,
            "stop": 1136427258
        },
        {
            "start": 1136427278,
            "stop": 1136427279
        },
        {
            "start": 1136427323,
            "stop": 1136427324
        },
        {
            "start": 1136427327,
            "stop": 1136427330
        },
        {
            "start": 1136427335,
            "stop": 1136427336
        },
        {
            "start": 1136427339,
            "stop": 1136427342
        },
        {
            "start": 1136427351,
            "stop": 1136427352
        },
        {
            "start": 1136427355,
            "stop": 1136427363
        },
        {
            "start": 1136427378,
            "stop": 1136427380
        },
        {
            "start": 1136427383,
            "stop": 1136427388
        },
        {
            "start": 1136427391,
            "stop": 1136427396
        },
        {
            "start": 1136427399,
            "stop": 1136427400
        },
        {
            "start": 1136427408,
            "stop": 1136427413
        },
        {
            "start": 1136427418,
            "stop": 1136427419
        },
        {
            "start": 1136427429,
            "stop": 1136427434
        },
        {
            "start": 1136427445,
            "stop": 1136427446
        },
        {
            "start": 1136427449,
            "stop": 1136427452
        }
    ]
}