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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 155,
    "results": [
        {
            "start": 1126676934,
            "stop": 1126676947
        },
        {
            "start": 1126676949,
            "stop": 1126676956
        },
        {
            "start": 1126676957,
            "stop": 1126676962
        },
        {
            "start": 1126676964,
            "stop": 1126676965
        },
        {
            "start": 1126676967,
            "stop": 1126676971
        },
        {
            "start": 1126676972,
            "stop": 1126676976
        },
        {
            "start": 1126676979,
            "stop": 1126676983
        },
        {
            "start": 1126676984,
            "stop": 1126676985
        },
        {
            "start": 1126676987,
            "stop": 1126676992
        },
        {
            "start": 1126676994,
            "stop": 1126677020
        },
        {
            "start": 1126677021,
            "stop": 1126677081
        },
        {
            "start": 1126677082,
            "stop": 1126677114
        },
        {
            "start": 1126677116,
            "stop": 1126677197
        },
        {
            "start": 1126677199,
            "stop": 1126677218
        },
        {
            "start": 1126677220,
            "stop": 1126677239
        },
        {
            "start": 1126677246,
            "stop": 1126677249
        },
        {
            "start": 1126677251,
            "stop": 1126677252
        },
        {
            "start": 1126677255,
            "stop": 1126677273
        },
        {
            "start": 1126677279,
            "stop": 1126677287
        },
        {
            "start": 1126677291,
            "stop": 1126677292
        }
    ]
}