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=2301
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=2302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2300",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2301,
    "results": [
        {
            "start": 871328088,
            "stop": 871328102
        },
        {
            "start": 871328141,
            "stop": 871328145
        },
        {
            "start": 871328179,
            "stop": 871328208
        },
        {
            "start": 871328247,
            "stop": 871328266
        },
        {
            "start": 871328339,
            "stop": 871328423
        },
        {
            "start": 871328430,
            "stop": 871328479
        },
        {
            "start": 871328528,
            "stop": 871328543
        },
        {
            "start": 871328568,
            "stop": 871328634
        },
        {
            "start": 871328683,
            "stop": 871328738
        },
        {
            "start": 871328746,
            "stop": 871328799
        },
        {
            "start": 871328806,
            "stop": 871328832
        },
        {
            "start": 871328870,
            "stop": 871328984
        },
        {
            "start": 871329004,
            "stop": 871329062
        },
        {
            "start": 871329096,
            "stop": 871329110
        },
        {
            "start": 871329130,
            "stop": 871329395
        },
        {
            "start": 871330930,
            "stop": 871331044
        },
        {
            "start": 871331054,
            "stop": 871331304
        },
        {
            "start": 871331311,
            "stop": 871331313
        },
        {
            "start": 871331321,
            "stop": 871331880
        },
        {
            "start": 871331940,
            "stop": 871332221
        }
    ]
}