Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=717
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=718",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=716",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 717,
    "results": [
        {
            "start": 1267210067,
            "stop": 1267210250
        },
        {
            "start": 1267210255,
            "stop": 1267210881
        },
        {
            "start": 1267216697,
            "stop": 1267217515
        },
        {
            "start": 1267217517,
            "stop": 1267220943
        },
        {
            "start": 1267220946,
            "stop": 1267222954
        },
        {
            "start": 1267222958,
            "stop": 1267225994
        },
        {
            "start": 1267226001,
            "stop": 1267227441
        },
        {
            "start": 1267227444,
            "stop": 1267228655
        },
        {
            "start": 1267228657,
            "stop": 1267229164
        },
        {
            "start": 1267229166,
            "stop": 1267229941
        },
        {
            "start": 1267229943,
            "stop": 1267229962
        },
        {
            "start": 1267229964,
            "stop": 1267231827
        },
        {
            "start": 1267231832,
            "stop": 1267233623
        },
        {
            "start": 1267233625,
            "stop": 1267234360
        },
        {
            "start": 1267234365,
            "stop": 1267236507
        },
        {
            "start": 1267236511,
            "stop": 1267238981
        },
        {
            "start": 1267238984,
            "stop": 1267240714
        },
        {
            "start": 1267240716,
            "stop": 1267241379
        },
        {
            "start": 1267241384,
            "stop": 1267244151
        },
        {
            "start": 1267244154,
            "stop": 1267246736
        }
    ]
}