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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4745",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4746,
    "results": [
        {
            "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
        },
        {
            "start": 874513355,
            "stop": 874513369
        },
        {
            "start": 874513560,
            "stop": 874513571
        },
        {
            "start": 874513596,
            "stop": 874513604
        },
        {
            "start": 874513680,
            "stop": 874513685
        },
        {
            "start": 874513740,
            "stop": 874513764
        },
        {
            "start": 874513822,
            "stop": 874513852
        },
        {
            "start": 874513920,
            "stop": 874513974
        },
        {
            "start": 874515039,
            "stop": 874515120
        }
    ]
}