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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=188",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 189,
    "results": [
        {
            "start": 931605497,
            "stop": 931605626
        },
        {
            "start": 931605628,
            "stop": 931605752
        },
        {
            "start": 931605754,
            "stop": 931605774
        },
        {
            "start": 931605776,
            "stop": 931605969
        },
        {
            "start": 931605971,
            "stop": 931606255
        },
        {
            "start": 931606257,
            "stop": 931606449
        },
        {
            "start": 931606453,
            "stop": 931606818
        },
        {
            "start": 931606820,
            "stop": 931606849
        },
        {
            "start": 931606851,
            "stop": 931606856
        },
        {
            "start": 931606857,
            "stop": 931607061
        },
        {
            "start": 931607065,
            "stop": 931607216
        },
        {
            "start": 931607218,
            "stop": 931607330
        },
        {
            "start": 931607332,
            "stop": 931607723
        },
        {
            "start": 931607725,
            "stop": 931607962
        },
        {
            "start": 931607963,
            "stop": 931607973
        },
        {
            "start": 931607976,
            "stop": 931607999
        },
        {
            "start": 931608002,
            "stop": 931608415
        },
        {
            "start": 931608417,
            "stop": 931608504
        },
        {
            "start": 931608505,
            "stop": 931608574
        },
        {
            "start": 931608576,
            "stop": 931608625
        }
    ]
}