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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1272",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1273,
    "results": [
        {
            "start": 958079824,
            "stop": 958081545
        },
        {
            "start": 958081547,
            "stop": 958082721
        },
        {
            "start": 958082723,
            "stop": 958085252
        },
        {
            "start": 958085254,
            "stop": 958086230
        },
        {
            "start": 958086232,
            "stop": 958087931
        },
        {
            "start": 958087933,
            "stop": 958088547
        },
        {
            "start": 958088549,
            "stop": 958088771
        },
        {
            "start": 958088773,
            "stop": 958089888
        },
        {
            "start": 958089894,
            "stop": 958090491
        },
        {
            "start": 958090493,
            "stop": 958090820
        },
        {
            "start": 958090822,
            "stop": 958091280
        },
        {
            "start": 958091282,
            "stop": 958092728
        },
        {
            "start": 958092730,
            "stop": 958092882
        },
        {
            "start": 958092884,
            "stop": 958093022
        },
        {
            "start": 958093024,
            "stop": 958096140
        },
        {
            "start": 958096142,
            "stop": 958096814
        },
        {
            "start": 958096815,
            "stop": 958096983
        },
        {
            "start": 958096985,
            "stop": 958097620
        },
        {
            "start": 958097622,
            "stop": 958098048
        },
        {
            "start": 958098050,
            "stop": 958101182
        }
    ]
}