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=614
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=615",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=613",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 614,
    "results": [
        {
            "start": 1265185835,
            "stop": 1265187612
        },
        {
            "start": 1265187615,
            "stop": 1265190445
        },
        {
            "start": 1265190448,
            "stop": 1265193499
        },
        {
            "start": 1265193501,
            "stop": 1265194051
        },
        {
            "start": 1265194054,
            "stop": 1265198200
        },
        {
            "start": 1265198205,
            "stop": 1265198309
        },
        {
            "start": 1265198310,
            "stop": 1265199434
        },
        {
            "start": 1265199438,
            "stop": 1265200027
        },
        {
            "start": 1265200029,
            "stop": 1265200916
        },
        {
            "start": 1265200920,
            "stop": 1265201894
        },
        {
            "start": 1265201897,
            "stop": 1265203314
        },
        {
            "start": 1265203317,
            "stop": 1265207646
        },
        {
            "start": 1265207649,
            "stop": 1265209024
        },
        {
            "start": 1265212711,
            "stop": 1265214417
        },
        {
            "start": 1265214421,
            "stop": 1265215390
        },
        {
            "start": 1265215394,
            "stop": 1265215754
        },
        {
            "start": 1265215755,
            "stop": 1265217139
        },
        {
            "start": 1265217146,
            "stop": 1265217186
        },
        {
            "start": 1265217189,
            "stop": 1265217300
        },
        {
            "start": 1265217304,
            "stop": 1265218776
        }
    ]
}