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=2315
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=2316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2314",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2315,
    "results": [
        {
            "start": 871552689,
            "stop": 871552699
        },
        {
            "start": 871552716,
            "stop": 871553006
        },
        {
            "start": 871553023,
            "stop": 871553056
        },
        {
            "start": 871553073,
            "stop": 871553340
        },
        {
            "start": 871553357,
            "stop": 871554545
        },
        {
            "start": 871554562,
            "stop": 871556924
        },
        {
            "start": 871556941,
            "stop": 871557571
        },
        {
            "start": 871557588,
            "stop": 871557649
        },
        {
            "start": 871557666,
            "stop": 871557935
        },
        {
            "start": 871557952,
            "stop": 871557996
        },
        {
            "start": 871558013,
            "stop": 871558355
        },
        {
            "start": 871558372,
            "stop": 871558870
        },
        {
            "start": 871558887,
            "stop": 871558980
        },
        {
            "start": 871558997,
            "stop": 871559346
        },
        {
            "start": 871559377,
            "stop": 871559493
        },
        {
            "start": 871559510,
            "stop": 871559512
        },
        {
            "start": 871559529,
            "stop": 871559593
        },
        {
            "start": 871559610,
            "stop": 871559642
        },
        {
            "start": 871559662,
            "stop": 871559707
        },
        {
            "start": 871559724,
            "stop": 871559762
        }
    ]
}