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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7379",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7377",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7378,
    "results": [
        {
            "start": 969658821,
            "stop": 969658842
        },
        {
            "start": 969658882,
            "stop": 969658962
        },
        {
            "start": 969659162,
            "stop": 969659170
        },
        {
            "start": 969659173,
            "stop": 969659202
        },
        {
            "start": 969659322,
            "stop": 969659324
        },
        {
            "start": 969659327,
            "stop": 969659362
        },
        {
            "start": 969659442,
            "stop": 969659513
        },
        {
            "start": 969659516,
            "stop": 969659682
        },
        {
            "start": 969659722,
            "stop": 969659802
        },
        {
            "start": 969659813,
            "stop": 969659882
        },
        {
            "start": 969660122,
            "stop": 969660162
        },
        {
            "start": 969660202,
            "stop": 969660402
        },
        {
            "start": 969660482,
            "stop": 969660522
        },
        {
            "start": 969660682,
            "stop": 969660722
        },
        {
            "start": 969660725,
            "stop": 969660762
        },
        {
            "start": 969660842,
            "stop": 969660869
        },
        {
            "start": 969660872,
            "stop": 969661067
        },
        {
            "start": 969661187,
            "stop": 969661233
        },
        {
            "start": 969661236,
            "stop": 969661309
        },
        {
            "start": 969661313,
            "stop": 969661388
        }
    ]
}