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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=38",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 39,
    "results": [
        {
            "start": 1185908256,
            "stop": 1185909696
        },
        {
            "start": 1185911564,
            "stop": 1185912267
        },
        {
            "start": 1185915614,
            "stop": 1185936846
        },
        {
            "start": 1185938680,
            "stop": 1185961200
        },
        {
            "start": 1185963702,
            "stop": 1185999074
        },
        {
            "start": 1186004399,
            "stop": 1186054457
        },
        {
            "start": 1186058186,
            "stop": 1186058240
        },
        {
            "start": 1186058514,
            "stop": 1186061163
        },
        {
            "start": 1186063034,
            "stop": 1186095020
        },
        {
            "start": 1186097764,
            "stop": 1186097840
        },
        {
            "start": 1186099169,
            "stop": 1186099200
        },
        {
            "start": 1186099446,
            "stop": 1186107557
        },
        {
            "start": 1186108973,
            "stop": 1186119405
        },
        {
            "start": 1186124881,
            "stop": 1186201219
        },
        {
            "start": 1186203525,
            "stop": 1186235394
        },
        {
            "start": 1186262248,
            "stop": 1186272461
        },
        {
            "start": 1186281181,
            "stop": 1186304054
        },
        {
            "start": 1186307188,
            "stop": 1186329803
        },
        {
            "start": 1186342315,
            "stop": 1186418824
        },
        {
            "start": 1186434257,
            "stop": 1186435954
        }
    ]
}