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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5237",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5235",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5236,
    "results": [
        {
            "start": 1137054704,
            "stop": 1137054705
        },
        {
            "start": 1137054707,
            "stop": 1137054747
        },
        {
            "start": 1137054749,
            "stop": 1137054750
        },
        {
            "start": 1137054751,
            "stop": 1137054779
        },
        {
            "start": 1137054780,
            "stop": 1137054796
        },
        {
            "start": 1137054798,
            "stop": 1137054801
        },
        {
            "start": 1137054803,
            "stop": 1137054805
        },
        {
            "start": 1137054811,
            "stop": 1137054813
        },
        {
            "start": 1137054815,
            "stop": 1137054818
        },
        {
            "start": 1137054820,
            "stop": 1137054821
        },
        {
            "start": 1137054823,
            "stop": 1137054836
        },
        {
            "start": 1137054840,
            "stop": 1137054842
        },
        {
            "start": 1137054844,
            "stop": 1137054870
        },
        {
            "start": 1137054873,
            "stop": 1137054893
        },
        {
            "start": 1137054895,
            "stop": 1137054911
        },
        {
            "start": 1137054913,
            "stop": 1137054928
        },
        {
            "start": 1137054930,
            "stop": 1137054931
        },
        {
            "start": 1137054935,
            "stop": 1137054967
        },
        {
            "start": 1137054970,
            "stop": 1137054972
        },
        {
            "start": 1137054973,
            "stop": 1137054974
        }
    ]
}