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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=17",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 18,
    "results": [
        {
            "start": 1238187852,
            "stop": 1238187861
        },
        {
            "start": 1238187863,
            "stop": 1238187874
        },
        {
            "start": 1238187876,
            "stop": 1238187883
        },
        {
            "start": 1238187884,
            "stop": 1238187885
        },
        {
            "start": 1238187886,
            "stop": 1238187893
        },
        {
            "start": 1238187894,
            "stop": 1238187905
        },
        {
            "start": 1238187907,
            "stop": 1238187932
        },
        {
            "start": 1238187933,
            "stop": 1238187941
        },
        {
            "start": 1238187942,
            "stop": 1238187956
        },
        {
            "start": 1238187957,
            "stop": 1238187964
        },
        {
            "start": 1238187965,
            "stop": 1238187977
        },
        {
            "start": 1238187978,
            "stop": 1238187985
        },
        {
            "start": 1238187986,
            "stop": 1238187992
        },
        {
            "start": 1238187993,
            "stop": 1238187999
        },
        {
            "start": 1238188002,
            "stop": 1238188012
        },
        {
            "start": 1238188013,
            "stop": 1238188032
        },
        {
            "start": 1238188033,
            "stop": 1238188047
        },
        {
            "start": 1238188049,
            "stop": 1238188055
        },
        {
            "start": 1238188056,
            "stop": 1238188065
        },
        {
            "start": 1238188066,
            "stop": 1238188076
        }
    ]
}