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=5127
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=5128",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5126",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5127,
    "results": [
        {
            "start": 1136987761,
            "stop": 1136987767
        },
        {
            "start": 1136987771,
            "stop": 1136987779
        },
        {
            "start": 1136987782,
            "stop": 1136987790
        },
        {
            "start": 1136987792,
            "stop": 1136987802
        },
        {
            "start": 1136987804,
            "stop": 1136987813
        },
        {
            "start": 1136987815,
            "stop": 1136987822
        },
        {
            "start": 1136987824,
            "stop": 1136987834
        },
        {
            "start": 1136987835,
            "stop": 1136987846
        },
        {
            "start": 1136987848,
            "stop": 1136987860
        },
        {
            "start": 1136987862,
            "stop": 1136987868
        },
        {
            "start": 1136987870,
            "stop": 1136987895
        },
        {
            "start": 1136987897,
            "stop": 1136987904
        },
        {
            "start": 1136987906,
            "stop": 1136987951
        },
        {
            "start": 1136987953,
            "stop": 1136987976
        },
        {
            "start": 1136987978,
            "stop": 1136987995
        },
        {
            "start": 1136987996,
            "stop": 1136988002
        },
        {
            "start": 1136988003,
            "stop": 1136988019
        },
        {
            "start": 1136988021,
            "stop": 1136988026
        },
        {
            "start": 1136988028,
            "stop": 1136988037
        },
        {
            "start": 1136988039,
            "stop": 1136988047
        }
    ]
}