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=5107
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=5108",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5106",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5107,
    "results": [
        {
            "start": 1136979920,
            "stop": 1136979933
        },
        {
            "start": 1136979935,
            "stop": 1136979937
        },
        {
            "start": 1136979939,
            "stop": 1136980001
        },
        {
            "start": 1136980003,
            "stop": 1136980009
        },
        {
            "start": 1136980010,
            "stop": 1136980031
        },
        {
            "start": 1136980035,
            "stop": 1136980091
        },
        {
            "start": 1136980093,
            "stop": 1136980108
        },
        {
            "start": 1136980110,
            "stop": 1136980129
        },
        {
            "start": 1136980131,
            "stop": 1136980132
        },
        {
            "start": 1136980133,
            "stop": 1136980143
        },
        {
            "start": 1136980144,
            "stop": 1136980155
        },
        {
            "start": 1136980157,
            "stop": 1136980166
        },
        {
            "start": 1136980168,
            "stop": 1136980178
        },
        {
            "start": 1136980179,
            "stop": 1136980187
        },
        {
            "start": 1136980189,
            "stop": 1136980272
        },
        {
            "start": 1136980274,
            "stop": 1136980312
        },
        {
            "start": 1136980316,
            "stop": 1136980362
        },
        {
            "start": 1136980364,
            "stop": 1136980368
        },
        {
            "start": 1136980370,
            "stop": 1136980393
        },
        {
            "start": 1136980394,
            "stop": 1136980410
        }
    ]
}