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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=216",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 217,
    "results": [
        {
            "start": 848982656,
            "stop": 848982909
        },
        {
            "start": 848983019,
            "stop": 848983416
        },
        {
            "start": 848983716,
            "stop": 849018042
        },
        {
            "start": 849018153,
            "stop": 849022339
        },
        {
            "start": 849022363,
            "stop": 849022779
        },
        {
            "start": 849022801,
            "stop": 849031838
        },
        {
            "start": 849031895,
            "stop": 849035118
        },
        {
            "start": 849036990,
            "stop": 849037050
        },
        {
            "start": 849037720,
            "stop": 849037859
        },
        {
            "start": 849038159,
            "stop": 849039990
        },
        {
            "start": 849040350,
            "stop": 849040530
        },
        {
            "start": 849041010,
            "stop": 849041490
        },
        {
            "start": 849041790,
            "stop": 849044947
        },
        {
            "start": 849045247,
            "stop": 849050056
        },
        {
            "start": 849051649,
            "stop": 849052499
        },
        {
            "start": 849052521,
            "stop": 849053179
        },
        {
            "start": 849055033,
            "stop": 849064894
        },
        {
            "start": 849064916,
            "stop": 849067277
        },
        {
            "start": 849067298,
            "stop": 849076412
        },
        {
            "start": 849076522,
            "stop": 849080599
        }
    ]
}