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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=289",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 290,
    "results": [
        {
            "start": 822623983,
            "stop": 822624518
        },
        {
            "start": 822624525,
            "stop": 822624643
        },
        {
            "start": 822624650,
            "stop": 822625013
        },
        {
            "start": 822625110,
            "stop": 822625402
        },
        {
            "start": 822625466,
            "stop": 822625753
        },
        {
            "start": 822625813,
            "stop": 822625863
        },
        {
            "start": 822625871,
            "stop": 822625993
        },
        {
            "start": 822626018,
            "stop": 822626019
        },
        {
            "start": 822626081,
            "stop": 822626293
        },
        {
            "start": 822626363,
            "stop": 822626537
        },
        {
            "start": 822626834,
            "stop": 822627425
        },
        {
            "start": 822627432,
            "stop": 822628035
        },
        {
            "start": 822628042,
            "stop": 822628093
        },
        {
            "start": 822628100,
            "stop": 822628424
        },
        {
            "start": 822628605,
            "stop": 822629003
        },
        {
            "start": 822629015,
            "stop": 822629104
        },
        {
            "start": 822629111,
            "stop": 822629264
        },
        {
            "start": 822629271,
            "stop": 822629749
        },
        {
            "start": 822629756,
            "stop": 822629996
        },
        {
            "start": 822630003,
            "stop": 822630280
        }
    ]
}