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=9074
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=9075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9073",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9074,
    "results": [
        {
            "start": 874565804,
            "stop": 874565918
        },
        {
            "start": 874565937,
            "stop": 874565952
        },
        {
            "start": 874565969,
            "stop": 874566349
        },
        {
            "start": 874566368,
            "stop": 874566479
        },
        {
            "start": 874566513,
            "stop": 874566928
        },
        {
            "start": 874566971,
            "stop": 874567034
        },
        {
            "start": 874567053,
            "stop": 874567337
        },
        {
            "start": 874567386,
            "stop": 874567634
        },
        {
            "start": 874567653,
            "stop": 874567666
        },
        {
            "start": 874567686,
            "stop": 874567918
        },
        {
            "start": 874567937,
            "stop": 874568314
        },
        {
            "start": 874568422,
            "stop": 874568661
        },
        {
            "start": 874568680,
            "stop": 874568785
        },
        {
            "start": 874568804,
            "stop": 874569038
        },
        {
            "start": 874569057,
            "stop": 874569417
        },
        {
            "start": 874569436,
            "stop": 874569817
        },
        {
            "start": 874569845,
            "stop": 874569878
        },
        {
            "start": 874569897,
            "stop": 874570762
        },
        {
            "start": 874570779,
            "stop": 874571898
        },
        {
            "start": 874571915,
            "stop": 874572333
        }
    ]
}