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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=348",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 349,
    "results": [
        {
            "start": 824389678,
            "stop": 824390237
        },
        {
            "start": 824392662,
            "stop": 824392957
        },
        {
            "start": 824393134,
            "stop": 824393407
        },
        {
            "start": 824393588,
            "stop": 824397913
        },
        {
            "start": 824409059,
            "stop": 824409061
        },
        {
            "start": 824409905,
            "stop": 824411893
        },
        {
            "start": 824412840,
            "stop": 824413029
        },
        {
            "start": 824413608,
            "stop": 824413813
        },
        {
            "start": 824414044,
            "stop": 824414290
        },
        {
            "start": 824415158,
            "stop": 824417413
        },
        {
            "start": 824417435,
            "stop": 824417437
        },
        {
            "start": 824417773,
            "stop": 824418013
        },
        {
            "start": 824418067,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824454253
        },
        {
            "start": 824455711,
            "stop": 824478053
        },
        {
            "start": 824478057,
            "stop": 824488730
        },
        {
            "start": 824488810,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494633
        },
        {
            "start": 824495243,
            "stop": 824495248
        },
        {
            "start": 824495735,
            "stop": 824497070
        }
    ]
}