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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5229",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5227",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5228,
    "results": [
        {
            "start": 1136359862,
            "stop": 1136359977
        },
        {
            "start": 1136359979,
            "stop": 1136360149
        },
        {
            "start": 1136360151,
            "stop": 1136360189
        },
        {
            "start": 1136360191,
            "stop": 1136360220
        },
        {
            "start": 1136360222,
            "stop": 1136360254
        },
        {
            "start": 1136360256,
            "stop": 1136360364
        },
        {
            "start": 1136360366,
            "stop": 1136360369
        },
        {
            "start": 1136360371,
            "stop": 1136360386
        },
        {
            "start": 1136360388,
            "stop": 1136360678
        },
        {
            "start": 1136360680,
            "stop": 1136360769
        },
        {
            "start": 1136360771,
            "stop": 1136360825
        },
        {
            "start": 1136360827,
            "stop": 1136360980
        },
        {
            "start": 1136360982,
            "stop": 1136360984
        },
        {
            "start": 1136360986,
            "stop": 1136361441
        },
        {
            "start": 1136361443,
            "stop": 1136361469
        },
        {
            "start": 1136361471,
            "stop": 1136361829
        },
        {
            "start": 1136361831,
            "stop": 1136361849
        },
        {
            "start": 1136361851,
            "stop": 1136361992
        },
        {
            "start": 1136361994,
            "stop": 1136362012
        },
        {
            "start": 1136362014,
            "stop": 1136362169
        }
    ]
}