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=2114
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=2115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2113",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2114,
    "results": [
        {
            "start": 872109790,
            "stop": 872111507
        },
        {
            "start": 872111526,
            "stop": 872111610
        },
        {
            "start": 872111629,
            "stop": 872112159
        },
        {
            "start": 872112178,
            "stop": 872112553
        },
        {
            "start": 872112572,
            "stop": 872112927
        },
        {
            "start": 872112944,
            "stop": 872113438
        },
        {
            "start": 872113443,
            "stop": 872113802
        },
        {
            "start": 872113821,
            "stop": 872114076
        },
        {
            "start": 872114082,
            "stop": 872114197
        },
        {
            "start": 872114202,
            "stop": 872115928
        },
        {
            "start": 872115933,
            "stop": 872116901
        },
        {
            "start": 872116920,
            "stop": 872120831
        },
        {
            "start": 872120851,
            "stop": 872123397
        },
        {
            "start": 872123420,
            "stop": 872124536
        },
        {
            "start": 872124564,
            "stop": 872131400
        },
        {
            "start": 872131423,
            "stop": 872134230
        },
        {
            "start": 872134251,
            "stop": 872134280
        },
        {
            "start": 872134304,
            "stop": 872134379
        },
        {
            "start": 872134398,
            "stop": 872134415
        },
        {
            "start": 872134455,
            "stop": 872134485
        }
    ]
}