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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=78",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 79,
    "results": [
        {
            "start": 816768585,
            "stop": 816768615
        },
        {
            "start": 816768640,
            "stop": 816768645
        },
        {
            "start": 816768664,
            "stop": 816768729
        },
        {
            "start": 816768792,
            "stop": 816768819
        },
        {
            "start": 816768903,
            "stop": 816768908
        },
        {
            "start": 816768947,
            "stop": 816768989
        },
        {
            "start": 816769010,
            "stop": 816769056
        },
        {
            "start": 816769084,
            "stop": 816769310
        },
        {
            "start": 816772830,
            "stop": 816773011
        },
        {
            "start": 816773077,
            "stop": 816773086
        },
        {
            "start": 816775140,
            "stop": 816775170
        },
        {
            "start": 816825538,
            "stop": 816825553
        },
        {
            "start": 816825600,
            "stop": 816825623
        },
        {
            "start": 816825653,
            "stop": 816825690
        },
        {
            "start": 816827265,
            "stop": 816827289
        },
        {
            "start": 816827380,
            "stop": 816827389
        },
        {
            "start": 816827414,
            "stop": 816827434
        },
        {
            "start": 816827468,
            "stop": 816827487
        },
        {
            "start": 816827504,
            "stop": 816827506
        },
        {
            "start": 816827622,
            "stop": 816827652
        }
    ]
}