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=5308
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=5309",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5307",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5308,
    "results": [
        {
            "start": 1137096684,
            "stop": 1137096777
        },
        {
            "start": 1137096778,
            "stop": 1137096800
        },
        {
            "start": 1137096802,
            "stop": 1137096903
        },
        {
            "start": 1137096905,
            "stop": 1137096907
        },
        {
            "start": 1137096909,
            "stop": 1137096910
        },
        {
            "start": 1137096912,
            "stop": 1137096914
        },
        {
            "start": 1137096916,
            "stop": 1137096918
        },
        {
            "start": 1137096920,
            "stop": 1137096922
        },
        {
            "start": 1137096924,
            "stop": 1137096925
        },
        {
            "start": 1137096928,
            "stop": 1137096930
        },
        {
            "start": 1137096931,
            "stop": 1137096932
        },
        {
            "start": 1137096935,
            "stop": 1137096952
        },
        {
            "start": 1137096957,
            "stop": 1137096981
        },
        {
            "start": 1137096983,
            "stop": 1137096985
        },
        {
            "start": 1137096986,
            "stop": 1137097052
        },
        {
            "start": 1137097054,
            "stop": 1137097089
        },
        {
            "start": 1137097092,
            "stop": 1137097093
        },
        {
            "start": 1137097095,
            "stop": 1137097114
        },
        {
            "start": 1137097115,
            "stop": 1137097152
        },
        {
            "start": 1137097154,
            "stop": 1137097156
        }
    ]
}