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=5267
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=5268",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5266",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5267,
    "results": [
        {
            "start": 1137071762,
            "stop": 1137071765
        },
        {
            "start": 1137071767,
            "stop": 1137071780
        },
        {
            "start": 1137071782,
            "stop": 1137071783
        },
        {
            "start": 1137071785,
            "stop": 1137071947
        },
        {
            "start": 1137071948,
            "stop": 1137071960
        },
        {
            "start": 1137071962,
            "stop": 1137071963
        },
        {
            "start": 1137071965,
            "stop": 1137072037
        },
        {
            "start": 1137072040,
            "stop": 1137072099
        },
        {
            "start": 1137072101,
            "stop": 1137072170
        },
        {
            "start": 1137072172,
            "stop": 1137072174
        },
        {
            "start": 1137072176,
            "stop": 1137072195
        },
        {
            "start": 1137072197,
            "stop": 1137072207
        },
        {
            "start": 1137072209,
            "stop": 1137072239
        },
        {
            "start": 1137072241,
            "stop": 1137072251
        },
        {
            "start": 1137072253,
            "stop": 1137072255
        },
        {
            "start": 1137072257,
            "stop": 1137072259
        },
        {
            "start": 1137072261,
            "stop": 1137072267
        },
        {
            "start": 1137072269,
            "stop": 1137072272
        },
        {
            "start": 1137072274,
            "stop": 1137072394
        },
        {
            "start": 1137072396,
            "stop": 1137072439
        }
    ]
}