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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8556",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8554",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8555,
    "results": [
        {
            "start": 870013030,
            "stop": 870013821
        },
        {
            "start": 870013825,
            "stop": 870013849
        },
        {
            "start": 870013888,
            "stop": 870014036
        },
        {
            "start": 870014053,
            "stop": 870014113
        },
        {
            "start": 870014130,
            "stop": 870014137
        },
        {
            "start": 870014154,
            "stop": 870014178
        },
        {
            "start": 870014195,
            "stop": 870015150
        },
        {
            "start": 870015270,
            "stop": 870016130
        },
        {
            "start": 870016270,
            "stop": 870016411
        },
        {
            "start": 870016605,
            "stop": 870017779
        },
        {
            "start": 870017796,
            "stop": 870018410
        },
        {
            "start": 870018490,
            "stop": 870018737
        },
        {
            "start": 870018741,
            "stop": 870018893
        },
        {
            "start": 870018910,
            "stop": 870019620
        },
        {
            "start": 870019680,
            "stop": 870019790
        },
        {
            "start": 870019870,
            "stop": 870020114
        },
        {
            "start": 870020173,
            "stop": 870020690
        },
        {
            "start": 870020830,
            "stop": 870021650
        },
        {
            "start": 870021730,
            "stop": 870021831
        },
        {
            "start": 870021951,
            "stop": 870022125
        }
    ]
}