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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=158",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 159,
    "results": [
        {
            "start": 843472128,
            "stop": 843483931
        },
        {
            "start": 843484139,
            "stop": 843485984
        },
        {
            "start": 843487175,
            "stop": 843489441
        },
        {
            "start": 843490055,
            "stop": 843491068
        },
        {
            "start": 843492070,
            "stop": 843493004
        },
        {
            "start": 843496528,
            "stop": 843501856
        },
        {
            "start": 843517347,
            "stop": 843525679
        },
        {
            "start": 843526228,
            "stop": 843552315
        },
        {
            "start": 843553637,
            "stop": 843557342
        },
        {
            "start": 843557989,
            "stop": 843570998
        },
        {
            "start": 843576350,
            "stop": 843577405
        },
        {
            "start": 843578847,
            "stop": 843587388
        },
        {
            "start": 843593528,
            "stop": 843597683
        },
        {
            "start": 843598804,
            "stop": 843600494
        },
        {
            "start": 843601965,
            "stop": 843603945
        },
        {
            "start": 843605211,
            "stop": 843606113
        },
        {
            "start": 843606374,
            "stop": 843619473
        },
        {
            "start": 843621720,
            "stop": 843635491
        },
        {
            "start": 843636630,
            "stop": 843662261
        },
        {
            "start": 843662638,
            "stop": 843663365
        }
    ]
}