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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=217",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 218,
    "results": [
        {
            "start": 1184462927,
            "stop": 1184462928
        },
        {
            "start": 1184462929,
            "stop": 1184462930
        },
        {
            "start": 1184462931,
            "stop": 1184463481
        },
        {
            "start": 1184463482,
            "stop": 1184463492
        },
        {
            "start": 1184463493,
            "stop": 1184475182
        },
        {
            "start": 1184479454,
            "stop": 1184507160
        },
        {
            "start": 1184507820,
            "stop": 1184508856
        },
        {
            "start": 1184508858,
            "stop": 1184528999
        },
        {
            "start": 1184537150,
            "stop": 1184558101
        },
        {
            "start": 1184563528,
            "stop": 1184608562
        },
        {
            "start": 1184610650,
            "stop": 1184612976
        },
        {
            "start": 1184615477,
            "stop": 1184625900
        },
        {
            "start": 1184649127,
            "stop": 1184682939
        },
        {
            "start": 1184687957,
            "stop": 1184688494
        },
        {
            "start": 1184688522,
            "stop": 1184689546
        },
        {
            "start": 1184689572,
            "stop": 1184702343
        },
        {
            "start": 1184718283,
            "stop": 1184734465
        },
        {
            "start": 1184738034,
            "stop": 1184753513
        },
        {
            "start": 1184766645,
            "stop": 1184769173
        },
        {
            "start": 1184780374,
            "stop": 1184783631
        }
    ]
}