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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=241",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 242,
    "results": [
        {
            "start": 820519922,
            "stop": 820520149
        },
        {
            "start": 820520152,
            "stop": 820520175
        },
        {
            "start": 820520179,
            "stop": 820520335
        },
        {
            "start": 820520338,
            "stop": 820520694
        },
        {
            "start": 820520697,
            "stop": 820520717
        },
        {
            "start": 820520721,
            "stop": 820520796
        },
        {
            "start": 820520799,
            "stop": 820520906
        },
        {
            "start": 820520913,
            "stop": 820520957
        },
        {
            "start": 820520960,
            "stop": 820521018
        },
        {
            "start": 820521023,
            "stop": 820521025
        },
        {
            "start": 820521030,
            "stop": 820521032
        },
        {
            "start": 820521035,
            "stop": 820521773
        },
        {
            "start": 820521776,
            "stop": 820521777
        },
        {
            "start": 820521781,
            "stop": 820522131
        },
        {
            "start": 820522134,
            "stop": 820522417
        },
        {
            "start": 820522420,
            "stop": 820522562
        },
        {
            "start": 820522566,
            "stop": 820522657
        },
        {
            "start": 820522660,
            "stop": 820522801
        },
        {
            "start": 820522804,
            "stop": 820522868
        },
        {
            "start": 820522871,
            "stop": 820522938
        }
    ]
}