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=2295
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=2296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2294",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2295,
    "results": [
        {
            "start": 871275060,
            "stop": 871275120
        },
        {
            "start": 871275180,
            "stop": 871275224
        },
        {
            "start": 871275360,
            "stop": 871276235
        },
        {
            "start": 871276252,
            "stop": 871276261
        },
        {
            "start": 871276280,
            "stop": 871276598
        },
        {
            "start": 871276615,
            "stop": 871277048
        },
        {
            "start": 871278377,
            "stop": 871278600
        },
        {
            "start": 871278660,
            "stop": 871278780
        },
        {
            "start": 871279980,
            "stop": 871280040
        },
        {
            "start": 871280160,
            "stop": 871280280
        },
        {
            "start": 871280340,
            "stop": 871280460
        },
        {
            "start": 871280520,
            "stop": 871280940
        },
        {
            "start": 871281000,
            "stop": 871281257
        },
        {
            "start": 871281274,
            "stop": 871281291
        },
        {
            "start": 871281308,
            "stop": 871281346
        },
        {
            "start": 871281363,
            "stop": 871281428
        },
        {
            "start": 871281445,
            "stop": 871281909
        },
        {
            "start": 871281935,
            "stop": 871281939
        },
        {
            "start": 871281956,
            "stop": 871282809
        },
        {
            "start": 871282829,
            "stop": 871282856
        }
    ]
}