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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=332",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 333,
    "results": [
        {
            "start": 931917209,
            "stop": 931917213
        },
        {
            "start": 931917215,
            "stop": 931917224
        },
        {
            "start": 931917227,
            "stop": 931917229
        },
        {
            "start": 931917231,
            "stop": 931917232
        },
        {
            "start": 931917234,
            "stop": 931917252
        },
        {
            "start": 931917254,
            "stop": 931917275
        },
        {
            "start": 931917277,
            "stop": 931917292
        },
        {
            "start": 931917294,
            "stop": 931917295
        },
        {
            "start": 931917297,
            "stop": 931917325
        },
        {
            "start": 931917328,
            "stop": 931917339
        },
        {
            "start": 931917341,
            "stop": 931917349
        },
        {
            "start": 931917351,
            "stop": 931917370
        },
        {
            "start": 931917373,
            "stop": 931917381
        },
        {
            "start": 931917386,
            "stop": 931917397
        },
        {
            "start": 931917399,
            "stop": 931917400
        },
        {
            "start": 931917402,
            "stop": 931917406
        },
        {
            "start": 931917411,
            "stop": 931917420
        },
        {
            "start": 931917423,
            "stop": 931917428
        },
        {
            "start": 931917430,
            "stop": 931917435
        },
        {
            "start": 931917436,
            "stop": 931917447
        }
    ]
}