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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=315",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 316,
    "results": [
        {
            "start": 821741675,
            "stop": 821741700
        },
        {
            "start": 821741706,
            "stop": 821741768
        },
        {
            "start": 821741771,
            "stop": 821741777
        },
        {
            "start": 821741780,
            "stop": 821741784
        },
        {
            "start": 821741787,
            "stop": 821741865
        },
        {
            "start": 821741868,
            "stop": 821742015
        },
        {
            "start": 821742018,
            "stop": 821742295
        },
        {
            "start": 821742298,
            "stop": 821742326
        },
        {
            "start": 821742329,
            "stop": 821742641
        },
        {
            "start": 821742644,
            "stop": 821742750
        },
        {
            "start": 821743267,
            "stop": 821743292
        },
        {
            "start": 821743295,
            "stop": 821743299
        },
        {
            "start": 821743306,
            "stop": 821743308
        },
        {
            "start": 821743315,
            "stop": 821743316
        },
        {
            "start": 821743801,
            "stop": 821743804
        },
        {
            "start": 821743810,
            "stop": 821743811
        },
        {
            "start": 821743814,
            "stop": 821743821
        },
        {
            "start": 821743824,
            "stop": 821743837
        },
        {
            "start": 821743840,
            "stop": 821743848
        },
        {
            "start": 821743851,
            "stop": 821743854
        }
    ]
}