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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=255",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 256,
    "results": [
        {
            "start": 931468200,
            "stop": 931468201
        },
        {
            "start": 931468210,
            "stop": 931468211
        },
        {
            "start": 931468215,
            "stop": 931468221
        },
        {
            "start": 931468223,
            "stop": 931468228
        },
        {
            "start": 931468232,
            "stop": 931468234
        },
        {
            "start": 931468237,
            "stop": 931468245
        },
        {
            "start": 931468247,
            "stop": 931468252
        },
        {
            "start": 931468255,
            "stop": 931468261
        },
        {
            "start": 931468266,
            "stop": 931468269
        },
        {
            "start": 931468273,
            "stop": 931468274
        },
        {
            "start": 931468283,
            "stop": 931468285
        },
        {
            "start": 931468313,
            "stop": 931468316
        },
        {
            "start": 931468318,
            "stop": 931468321
        },
        {
            "start": 931468323,
            "stop": 931468326
        },
        {
            "start": 931468330,
            "stop": 931468331
        },
        {
            "start": 931468334,
            "stop": 931468335
        },
        {
            "start": 931468336,
            "stop": 931468346
        },
        {
            "start": 931468349,
            "stop": 931468353
        },
        {
            "start": 931468357,
            "stop": 931468370
        },
        {
            "start": 931468373,
            "stop": 931468375
        }
    ]
}