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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3756",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3757,
    "results": [
        {
            "start": 873002146,
            "stop": 873002153
        },
        {
            "start": 873002155,
            "stop": 873002165
        },
        {
            "start": 873002168,
            "stop": 873002174
        },
        {
            "start": 873002175,
            "stop": 873002178
        },
        {
            "start": 873002181,
            "stop": 873002183
        },
        {
            "start": 873002184,
            "stop": 873002190
        },
        {
            "start": 873002191,
            "stop": 873002194
        },
        {
            "start": 873002196,
            "stop": 873002199
        },
        {
            "start": 873002201,
            "stop": 873002214
        },
        {
            "start": 873002215,
            "stop": 873002230
        },
        {
            "start": 873002231,
            "stop": 873002255
        },
        {
            "start": 873002256,
            "stop": 873002265
        },
        {
            "start": 873002266,
            "stop": 873002318
        },
        {
            "start": 873002319,
            "stop": 873002519
        },
        {
            "start": 873002523,
            "stop": 873002719
        },
        {
            "start": 873002723,
            "stop": 873002759
        },
        {
            "start": 873002764,
            "stop": 873002818
        },
        {
            "start": 873002821,
            "stop": 873002844
        },
        {
            "start": 873002847,
            "stop": 873002864
        },
        {
            "start": 873002867,
            "stop": 873003023
        }
    ]
}