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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=414",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 415,
    "results": [
        {
            "start": 1187539289,
            "stop": 1187544486
        },
        {
            "start": 1187544488,
            "stop": 1187558591
        },
        {
            "start": 1187558593,
            "stop": 1187592904
        },
        {
            "start": 1187592909,
            "stop": 1187602158
        },
        {
            "start": 1187604329,
            "stop": 1187604380
        },
        {
            "start": 1187605180,
            "stop": 1187605276
        },
        {
            "start": 1187605364,
            "stop": 1187605470
        },
        {
            "start": 1187605759,
            "stop": 1187605809
        },
        {
            "start": 1187606124,
            "stop": 1187606264
        },
        {
            "start": 1187606269,
            "stop": 1187606810
        },
        {
            "start": 1187609753,
            "stop": 1187619133
        },
        {
            "start": 1187619155,
            "stop": 1187627224
        },
        {
            "start": 1187634944,
            "stop": 1187651493
        },
        {
            "start": 1187652925,
            "stop": 1187655854
        },
        {
            "start": 1187655855,
            "stop": 1187656721
        },
        {
            "start": 1187681297,
            "stop": 1187681350
        },
        {
            "start": 1187681366,
            "stop": 1187709144
        },
        {
            "start": 1187709146,
            "stop": 1187709163
        },
        {
            "start": 1187709165,
            "stop": 1187714887
        },
        {
            "start": 1187714889,
            "stop": 1187733125
        }
    ]
}