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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=196",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 197,
    "results": [
        {
            "start": 1181850828,
            "stop": 1181850829
        },
        {
            "start": 1181850832,
            "stop": 1181850873
        },
        {
            "start": 1181850878,
            "stop": 1181850881
        },
        {
            "start": 1181850888,
            "stop": 1181850889
        },
        {
            "start": 1181850890,
            "stop": 1181851108
        },
        {
            "start": 1181851109,
            "stop": 1181851119
        },
        {
            "start": 1181851120,
            "stop": 1181851132
        },
        {
            "start": 1181851134,
            "stop": 1181851139
        },
        {
            "start": 1181851140,
            "stop": 1181851178
        },
        {
            "start": 1181851179,
            "stop": 1181851269
        },
        {
            "start": 1181851271,
            "stop": 1181851384
        },
        {
            "start": 1181851385,
            "stop": 1181851424
        },
        {
            "start": 1181851426,
            "stop": 1181851458
        },
        {
            "start": 1181851460,
            "stop": 1181851586
        },
        {
            "start": 1181851587,
            "stop": 1181851590
        },
        {
            "start": 1181851593,
            "stop": 1181851595
        },
        {
            "start": 1181851597,
            "stop": 1181851604
        },
        {
            "start": 1181851608,
            "stop": 1181851610
        },
        {
            "start": 1181851611,
            "stop": 1181851676
        },
        {
            "start": 1181851677,
            "stop": 1181851700
        }
    ]
}