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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=446",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 447,
    "results": [
        {
            "start": 825901216,
            "stop": 825901218
        },
        {
            "start": 825901221,
            "stop": 825901227
        },
        {
            "start": 825901230,
            "stop": 825901304
        },
        {
            "start": 825901308,
            "stop": 825901494
        },
        {
            "start": 825901497,
            "stop": 825901684
        },
        {
            "start": 825901687,
            "stop": 825901693
        },
        {
            "start": 825901696,
            "stop": 825901790
        },
        {
            "start": 825901793,
            "stop": 825901847
        },
        {
            "start": 825901852,
            "stop": 825901938
        },
        {
            "start": 825901941,
            "stop": 825901952
        },
        {
            "start": 825901956,
            "stop": 825901966
        },
        {
            "start": 825901970,
            "stop": 825902123
        },
        {
            "start": 825902127,
            "stop": 825902132
        },
        {
            "start": 825902135,
            "stop": 825902174
        },
        {
            "start": 825902177,
            "stop": 825902237
        },
        {
            "start": 825902241,
            "stop": 825902252
        },
        {
            "start": 825902256,
            "stop": 825902314
        },
        {
            "start": 825902318,
            "stop": 825902387
        },
        {
            "start": 825902390,
            "stop": 825902696
        },
        {
            "start": 825902713,
            "stop": 825902723
        }
    ]
}