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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=283",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 284,
    "results": [
        {
            "start": 931511148,
            "stop": 931511161
        },
        {
            "start": 931511183,
            "stop": 931511184
        },
        {
            "start": 931511238,
            "stop": 931511239
        },
        {
            "start": 931511265,
            "stop": 931511266
        },
        {
            "start": 931511312,
            "stop": 931511324
        },
        {
            "start": 931511343,
            "stop": 931511344
        },
        {
            "start": 931511387,
            "stop": 931511388
        },
        {
            "start": 931511407,
            "stop": 931511411
        },
        {
            "start": 931511462,
            "stop": 931511468
        },
        {
            "start": 931511501,
            "stop": 931511511
        },
        {
            "start": 931511618,
            "stop": 931511639
        },
        {
            "start": 931511699,
            "stop": 931511703
        },
        {
            "start": 931511723,
            "stop": 931511741
        },
        {
            "start": 931511776,
            "stop": 931511800
        },
        {
            "start": 931511823,
            "stop": 931511839
        },
        {
            "start": 931511989,
            "stop": 931512015
        },
        {
            "start": 931512081,
            "stop": 931512088
        },
        {
            "start": 931512234,
            "stop": 931512257
        },
        {
            "start": 931512321,
            "stop": 931512322
        },
        {
            "start": 931512363,
            "stop": 931512367
        }
    ]
}