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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=59",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 60,
    "results": [
        {
            "start": 1238300531,
            "stop": 1238300817
        },
        {
            "start": 1238300821,
            "stop": 1238300937
        },
        {
            "start": 1238300942,
            "stop": 1238301083
        },
        {
            "start": 1238301087,
            "stop": 1238301088
        },
        {
            "start": 1238301090,
            "stop": 1238301513
        },
        {
            "start": 1238301514,
            "stop": 1238301842
        },
        {
            "start": 1238301848,
            "stop": 1238301890
        },
        {
            "start": 1238301893,
            "stop": 1238301895
        },
        {
            "start": 1238301901,
            "stop": 1238301905
        },
        {
            "start": 1238301907,
            "stop": 1238301948
        },
        {
            "start": 1238301969,
            "stop": 1238302292
        },
        {
            "start": 1238302299,
            "stop": 1238302337
        },
        {
            "start": 1238302341,
            "stop": 1238302450
        },
        {
            "start": 1238302452,
            "stop": 1238302482
        },
        {
            "start": 1238302485,
            "stop": 1238302587
        },
        {
            "start": 1238302589,
            "stop": 1238302839
        },
        {
            "start": 1238302843,
            "stop": 1238302909
        },
        {
            "start": 1238302916,
            "stop": 1238303021
        },
        {
            "start": 1238303023,
            "stop": 1238303290
        },
        {
            "start": 1238303293,
            "stop": 1238303415
        }
    ]
}