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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4304",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4305,
    "results": [
        {
            "start": 874679980,
            "stop": 874680004
        },
        {
            "start": 874680023,
            "stop": 874680043
        },
        {
            "start": 874680063,
            "stop": 874680240
        },
        {
            "start": 874680292,
            "stop": 874680294
        },
        {
            "start": 874680323,
            "stop": 874680364
        },
        {
            "start": 874680415,
            "stop": 874680422
        },
        {
            "start": 874680458,
            "stop": 874680478
        },
        {
            "start": 874680497,
            "stop": 874680506
        },
        {
            "start": 874680554,
            "stop": 874680558
        },
        {
            "start": 874680596,
            "stop": 874680661
        },
        {
            "start": 874680681,
            "stop": 874680740
        },
        {
            "start": 874680777,
            "stop": 874680796
        },
        {
            "start": 874680815,
            "stop": 874680833
        },
        {
            "start": 874680853,
            "stop": 874680901
        },
        {
            "start": 874680920,
            "stop": 874680940
        },
        {
            "start": 874681069,
            "stop": 874681076
        },
        {
            "start": 874681196,
            "stop": 874681222
        },
        {
            "start": 874681251,
            "stop": 874681362
        },
        {
            "start": 874681381,
            "stop": 874681651
        },
        {
            "start": 874681689,
            "stop": 874681763
        }
    ]
}