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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=163",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 164,
    "results": [
        {
            "start": 931424283,
            "stop": 931424319
        },
        {
            "start": 931424321,
            "stop": 931424381
        },
        {
            "start": 931424383,
            "stop": 931424400
        },
        {
            "start": 931424402,
            "stop": 931424404
        },
        {
            "start": 931424406,
            "stop": 931424410
        },
        {
            "start": 931424412,
            "stop": 931424419
        },
        {
            "start": 931424421,
            "stop": 931424470
        },
        {
            "start": 931424472,
            "stop": 931424497
        },
        {
            "start": 931424499,
            "stop": 931424503
        },
        {
            "start": 931424505,
            "stop": 931424563
        },
        {
            "start": 931424565,
            "stop": 931424587
        },
        {
            "start": 931424589,
            "stop": 931424603
        },
        {
            "start": 931424605,
            "stop": 931424617
        },
        {
            "start": 931424619,
            "stop": 931424621
        },
        {
            "start": 931424625,
            "stop": 931424669
        },
        {
            "start": 931424671,
            "stop": 931424755
        },
        {
            "start": 931424757,
            "stop": 931424820
        },
        {
            "start": 931424822,
            "stop": 931424862
        },
        {
            "start": 931424864,
            "stop": 931424960
        },
        {
            "start": 931424963,
            "stop": 931424974
        }
    ]
}