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=5152
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=5153",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5151",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5152,
    "results": [
        {
            "start": 1136995957,
            "stop": 1136995966
        },
        {
            "start": 1136995968,
            "stop": 1136995978
        },
        {
            "start": 1136995980,
            "stop": 1136995989
        },
        {
            "start": 1136995991,
            "stop": 1136996001
        },
        {
            "start": 1136996003,
            "stop": 1136996011
        },
        {
            "start": 1136996013,
            "stop": 1136996022
        },
        {
            "start": 1136996024,
            "stop": 1136996033
        },
        {
            "start": 1136996035,
            "stop": 1136996096
        },
        {
            "start": 1136996098,
            "stop": 1136996156
        },
        {
            "start": 1136996158,
            "stop": 1136996172
        },
        {
            "start": 1136996176,
            "stop": 1136996182
        },
        {
            "start": 1136996184,
            "stop": 1136996192
        },
        {
            "start": 1136996194,
            "stop": 1136996195
        },
        {
            "start": 1136996197,
            "stop": 1136996203
        },
        {
            "start": 1136996205,
            "stop": 1136996216
        },
        {
            "start": 1136996218,
            "stop": 1136996225
        },
        {
            "start": 1136996229,
            "stop": 1136996237
        },
        {
            "start": 1136996241,
            "stop": 1136996247
        },
        {
            "start": 1136996249,
            "stop": 1136996259
        },
        {
            "start": 1136996261,
            "stop": 1136996263
        }
    ]
}