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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=226",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 227,
    "results": [
        {
            "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": 1186126260
        },
        {
            "start": 1186126500,
            "stop": 1186126740
        },
        {
            "start": 1186126860,
            "stop": 1186155866
        },
        {
            "start": 1186155867,
            "stop": 1186163410
        },
        {
            "start": 1186163411,
            "stop": 1186163605
        },
        {
            "start": 1186163606,
            "stop": 1186163649
        },
        {
            "start": 1186163651,
            "stop": 1186163657
        },
        {
            "start": 1186163660,
            "stop": 1186163841
        },
        {
            "start": 1186163842,
            "stop": 1186163992
        }
    ]
}