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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=175",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 176,
    "results": [
        {
            "start": 1261365079,
            "stop": 1261365410
        },
        {
            "start": 1261365415,
            "stop": 1261365691
        },
        {
            "start": 1261365699,
            "stop": 1261367541
        },
        {
            "start": 1261367544,
            "stop": 1261368820
        },
        {
            "start": 1261368823,
            "stop": 1261368854
        },
        {
            "start": 1261368858,
            "stop": 1261369748
        },
        {
            "start": 1261369750,
            "stop": 1261371913
        },
        {
            "start": 1261371919,
            "stop": 1261372476
        },
        {
            "start": 1261372481,
            "stop": 1261372863
        },
        {
            "start": 1261372866,
            "stop": 1261373508
        },
        {
            "start": 1261373511,
            "stop": 1261374499
        },
        {
            "start": 1261374504,
            "stop": 1261375642
        },
        {
            "start": 1261375646,
            "stop": 1261375863
        },
        {
            "start": 1261375866,
            "stop": 1261376345
        },
        {
            "start": 1261376348,
            "stop": 1261376461
        },
        {
            "start": 1261376464,
            "stop": 1261376526
        },
        {
            "start": 1261376531,
            "stop": 1261380198
        },
        {
            "start": 1261384155,
            "stop": 1261384701
        },
        {
            "start": 1261384704,
            "stop": 1261384778
        },
        {
            "start": 1261384780,
            "stop": 1261385227
        }
    ]
}