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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=135",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 136,
    "results": [
        {
            "start": 818069366,
            "stop": 818069368
        },
        {
            "start": 818069371,
            "stop": 818069374
        },
        {
            "start": 818069377,
            "stop": 818069378
        },
        {
            "start": 818069381,
            "stop": 818069385
        },
        {
            "start": 818069388,
            "stop": 818069390
        },
        {
            "start": 818069393,
            "stop": 818069412
        },
        {
            "start": 818069416,
            "stop": 818069419
        },
        {
            "start": 818069423,
            "stop": 818069424
        },
        {
            "start": 818069427,
            "stop": 818069428
        },
        {
            "start": 818069434,
            "stop": 818069438
        },
        {
            "start": 818069441,
            "stop": 818069444
        },
        {
            "start": 818069448,
            "stop": 818069449
        },
        {
            "start": 818069452,
            "stop": 818069453
        },
        {
            "start": 818069456,
            "stop": 818069463
        },
        {
            "start": 818069474,
            "stop": 818069475
        },
        {
            "start": 818069481,
            "stop": 818069492
        },
        {
            "start": 818069497,
            "stop": 818069498
        },
        {
            "start": 818069502,
            "stop": 818069503
        },
        {
            "start": 818069506,
            "stop": 818069509
        },
        {
            "start": 818069517,
            "stop": 818069525
        }
    ]
}