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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=22",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 23,
    "results": [
        {
            "start": 1238188806,
            "stop": 1238188811
        },
        {
            "start": 1238188812,
            "stop": 1238188814
        },
        {
            "start": 1238188816,
            "stop": 1238188821
        },
        {
            "start": 1238188825,
            "stop": 1238188830
        },
        {
            "start": 1238188831,
            "stop": 1238188832
        },
        {
            "start": 1238188833,
            "stop": 1238188838
        },
        {
            "start": 1238188842,
            "stop": 1238188846
        },
        {
            "start": 1238188849,
            "stop": 1238188852
        },
        {
            "start": 1238188858,
            "stop": 1238188862
        },
        {
            "start": 1238188864,
            "stop": 1238188868
        },
        {
            "start": 1238188869,
            "stop": 1238188874
        },
        {
            "start": 1238188876,
            "stop": 1238188880
        },
        {
            "start": 1238188883,
            "stop": 1238188889
        },
        {
            "start": 1238188890,
            "stop": 1238188891
        },
        {
            "start": 1238188893,
            "stop": 1238188901
        },
        {
            "start": 1238188905,
            "stop": 1238188919
        },
        {
            "start": 1238188921,
            "stop": 1238188922
        },
        {
            "start": 1238188923,
            "stop": 1238188929
        },
        {
            "start": 1238188930,
            "stop": 1238188934
        },
        {
            "start": 1238188935,
            "stop": 1238188941
        }
    ]
}