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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=301",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 302,
    "results": [
        {
            "start": 818242232,
            "stop": 818242238
        },
        {
            "start": 818242252,
            "stop": 818242253
        },
        {
            "start": 818242256,
            "stop": 818242262
        },
        {
            "start": 818242272,
            "stop": 818242275
        },
        {
            "start": 818242278,
            "stop": 818242284
        },
        {
            "start": 818242294,
            "stop": 818242296
        },
        {
            "start": 818242299,
            "stop": 818242309
        },
        {
            "start": 818242315,
            "stop": 818242316
        },
        {
            "start": 818242319,
            "stop": 818242320
        },
        {
            "start": 818242323,
            "stop": 818242331
        },
        {
            "start": 818242350,
            "stop": 818242356
        },
        {
            "start": 818242362,
            "stop": 818242364
        },
        {
            "start": 818242367,
            "stop": 818242368
        },
        {
            "start": 818242376,
            "stop": 818242383
        },
        {
            "start": 818242397,
            "stop": 818242409
        },
        {
            "start": 818242414,
            "stop": 818242416
        },
        {
            "start": 818242422,
            "stop": 818242423
        },
        {
            "start": 818242448,
            "stop": 818242451
        },
        {
            "start": 818242600,
            "stop": 818242606
        },
        {
            "start": 818242610,
            "stop": 818242611
        }
    ]
}