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=4228
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=4229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4227",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4228,
    "results": [
        {
            "start": 874511288,
            "stop": 874511321
        },
        {
            "start": 874511340,
            "stop": 874511396
        },
        {
            "start": 874511415,
            "stop": 874511418
        },
        {
            "start": 874511509,
            "stop": 874511565
        },
        {
            "start": 874511760,
            "stop": 874511775
        },
        {
            "start": 874511794,
            "stop": 874511814
        },
        {
            "start": 874511833,
            "stop": 874511837
        },
        {
            "start": 874511856,
            "stop": 874511867
        },
        {
            "start": 874511952,
            "stop": 874511995
        },
        {
            "start": 874512054,
            "stop": 874512089
        },
        {
            "start": 874512108,
            "stop": 874512180
        },
        {
            "start": 874512550,
            "stop": 874512597
        },
        {
            "start": 874512616,
            "stop": 874512720
        },
        {
            "start": 874512900,
            "stop": 874512931
        },
        {
            "start": 874512951,
            "stop": 874512960
        },
        {
            "start": 874513026,
            "stop": 874513046
        },
        {
            "start": 874513065,
            "stop": 874513072
        },
        {
            "start": 874513091,
            "stop": 874513125
        },
        {
            "start": 874513158,
            "stop": 874513168
        },
        {
            "start": 874513213,
            "stop": 874513336
        }
    ]
}