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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2246",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2247,
    "results": [
        {
            "start": 873220586,
            "stop": 873220615
        },
        {
            "start": 873220632,
            "stop": 873220832
        },
        {
            "start": 873220849,
            "stop": 873220956
        },
        {
            "start": 873220973,
            "stop": 873221280
        },
        {
            "start": 873221340,
            "stop": 873221518
        },
        {
            "start": 873221535,
            "stop": 873223020
        },
        {
            "start": 873223080,
            "stop": 873224602
        },
        {
            "start": 873224621,
            "stop": 873224994
        },
        {
            "start": 873225011,
            "stop": 873225022
        },
        {
            "start": 873225039,
            "stop": 873225465
        },
        {
            "start": 873225482,
            "stop": 873225668
        },
        {
            "start": 873225694,
            "stop": 873226394
        },
        {
            "start": 873226414,
            "stop": 873226751
        },
        {
            "start": 873226770,
            "stop": 873226893
        },
        {
            "start": 873226912,
            "stop": 873226944
        },
        {
            "start": 873226963,
            "stop": 873227218
        },
        {
            "start": 873227239,
            "stop": 873227454
        },
        {
            "start": 873227476,
            "stop": 873227694
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873229664
        }
    ]
}