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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7394",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7392",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7393,
    "results": [
        {
            "start": 969652011,
            "stop": 969652042
        },
        {
            "start": 969652307,
            "stop": 969652322
        },
        {
            "start": 969652442,
            "stop": 969652507
        },
        {
            "start": 969652510,
            "stop": 969652515
        },
        {
            "start": 969658202,
            "stop": 969658239
        },
        {
            "start": 969658242,
            "stop": 969658267
        },
        {
            "start": 969658270,
            "stop": 969658335
        },
        {
            "start": 969658338,
            "stop": 969658341
        },
        {
            "start": 969658344,
            "stop": 969658402
        },
        {
            "start": 969658442,
            "stop": 969658461
        },
        {
            "start": 969658466,
            "stop": 969658470
        },
        {
            "start": 969658473,
            "stop": 969658482
        },
        {
            "start": 969658667,
            "stop": 969658780
        },
        {
            "start": 969658783,
            "stop": 969658813
        },
        {
            "start": 969658816,
            "stop": 969658817
        },
        {
            "start": 969658821,
            "stop": 969658842
        },
        {
            "start": 969658882,
            "stop": 969658962
        },
        {
            "start": 969659162,
            "stop": 969659170
        },
        {
            "start": 969659173,
            "stop": 969659202
        },
        {
            "start": 969659322,
            "stop": 969659324
        }
    ]
}