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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=145",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 146,
    "results": [
        {
            "start": 931745119,
            "stop": 931745188
        },
        {
            "start": 931745194,
            "stop": 931745240
        },
        {
            "start": 931745248,
            "stop": 931745349
        },
        {
            "start": 931745355,
            "stop": 931745530
        },
        {
            "start": 931745535,
            "stop": 931745818
        },
        {
            "start": 931745824,
            "stop": 931745856
        },
        {
            "start": 931745867,
            "stop": 931745886
        },
        {
            "start": 931745891,
            "stop": 931745984
        },
        {
            "start": 931745989,
            "stop": 931746060
        },
        {
            "start": 931746072,
            "stop": 931746087
        },
        {
            "start": 931746093,
            "stop": 931746100
        },
        {
            "start": 931746106,
            "stop": 931746111
        },
        {
            "start": 931746117,
            "stop": 931746150
        },
        {
            "start": 931746160,
            "stop": 931746246
        },
        {
            "start": 931746254,
            "stop": 931746257
        },
        {
            "start": 931746265,
            "stop": 931746468
        },
        {
            "start": 931746474,
            "stop": 931746758
        },
        {
            "start": 931746764,
            "stop": 931746983
        },
        {
            "start": 931746989,
            "stop": 931746997
        },
        {
            "start": 931747003,
            "stop": 931747219
        }
    ]
}