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=5302
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=5303",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5301",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5302,
    "results": [
        {
            "start": 1137092684,
            "stop": 1137092688
        },
        {
            "start": 1137092690,
            "stop": 1137092692
        },
        {
            "start": 1137092694,
            "stop": 1137092773
        },
        {
            "start": 1137092775,
            "stop": 1137092778
        },
        {
            "start": 1137092780,
            "stop": 1137092786
        },
        {
            "start": 1137092788,
            "stop": 1137092791
        },
        {
            "start": 1137092793,
            "stop": 1137092854
        },
        {
            "start": 1137092857,
            "stop": 1137092870
        },
        {
            "start": 1137092872,
            "stop": 1137092884
        },
        {
            "start": 1137092886,
            "stop": 1137092899
        },
        {
            "start": 1137092901,
            "stop": 1137092942
        },
        {
            "start": 1137092944,
            "stop": 1137092946
        },
        {
            "start": 1137092948,
            "stop": 1137092966
        },
        {
            "start": 1137092968,
            "stop": 1137092987
        },
        {
            "start": 1137092989,
            "stop": 1137093043
        },
        {
            "start": 1137093045,
            "stop": 1137093096
        },
        {
            "start": 1137093098,
            "stop": 1137093099
        },
        {
            "start": 1137093101,
            "stop": 1137093201
        },
        {
            "start": 1137093204,
            "stop": 1137093207
        },
        {
            "start": 1137093209,
            "stop": 1137093219
        }
    ]
}