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=2301
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=2302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2300",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2301,
    "results": [
        {
            "start": 874011528,
            "stop": 874012660
        },
        {
            "start": 874012679,
            "stop": 874014478
        },
        {
            "start": 874014495,
            "stop": 874014499
        },
        {
            "start": 874014874,
            "stop": 874018071
        },
        {
            "start": 874018100,
            "stop": 874018122
        },
        {
            "start": 874018151,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874021304
        },
        {
            "start": 874021323,
            "stop": 874023299
        },
        {
            "start": 874023316,
            "stop": 874024070
        },
        {
            "start": 874029156,
            "stop": 874031188
        },
        {
            "start": 874031207,
            "stop": 874031597
        },
        {
            "start": 874032107,
            "stop": 874035277
        },
        {
            "start": 874035296,
            "stop": 874035434
        },
        {
            "start": 874035453,
            "stop": 874035511
        },
        {
            "start": 874035536,
            "stop": 874035553
        },
        {
            "start": 874035572,
            "stop": 874035576
        },
        {
            "start": 874035595,
            "stop": 874035598
        },
        {
            "start": 874035617,
            "stop": 874035746
        },
        {
            "start": 874035768,
            "stop": 874035800
        },
        {
            "start": 874035819,
            "stop": 874035823
        }
    ]
}