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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=218",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 219,
    "results": [
        {
            "start": 931723705,
            "stop": 931723715
        },
        {
            "start": 931723722,
            "stop": 931723746
        },
        {
            "start": 931723754,
            "stop": 931723756
        },
        {
            "start": 931723758,
            "stop": 931723767
        },
        {
            "start": 931723771,
            "stop": 931723780
        },
        {
            "start": 931723784,
            "stop": 931723786
        },
        {
            "start": 931723787,
            "stop": 931723789
        },
        {
            "start": 931723791,
            "stop": 931723795
        },
        {
            "start": 931723797,
            "stop": 931723806
        },
        {
            "start": 931723807,
            "stop": 931723809
        },
        {
            "start": 931723810,
            "stop": 931723820
        },
        {
            "start": 931723821,
            "stop": 931723829
        },
        {
            "start": 931723830,
            "stop": 931723843
        },
        {
            "start": 931723844,
            "stop": 931723850
        },
        {
            "start": 931723853,
            "stop": 931723858
        },
        {
            "start": 931723860,
            "stop": 931723863
        },
        {
            "start": 931723864,
            "stop": 931723869
        },
        {
            "start": 931723870,
            "stop": 931723874
        },
        {
            "start": 931723876,
            "stop": 931723893
        },
        {
            "start": 931723896,
            "stop": 931723903
        }
    ]
}