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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 260,
    "results": [
        {
            "start": 1126893201,
            "stop": 1126893204
        },
        {
            "start": 1126893206,
            "stop": 1126893207
        },
        {
            "start": 1126893209,
            "stop": 1126893214
        },
        {
            "start": 1126893217,
            "stop": 1126893221
        },
        {
            "start": 1126893225,
            "stop": 1126893227
        },
        {
            "start": 1126907957,
            "stop": 1126907992
        },
        {
            "start": 1126907994,
            "stop": 1126908072
        },
        {
            "start": 1126908074,
            "stop": 1126908384
        },
        {
            "start": 1126908385,
            "stop": 1126908415
        },
        {
            "start": 1126908416,
            "stop": 1126908430
        },
        {
            "start": 1126908432,
            "stop": 1126908730
        },
        {
            "start": 1126908731,
            "stop": 1126908796
        },
        {
            "start": 1126908797,
            "stop": 1126908933
        },
        {
            "start": 1126908935,
            "stop": 1126908969
        },
        {
            "start": 1126908970,
            "stop": 1126909037
        },
        {
            "start": 1126910659,
            "stop": 1126910663
        },
        {
            "start": 1126910664,
            "stop": 1126910665
        },
        {
            "start": 1126910666,
            "stop": 1126910667
        },
        {
            "start": 1126910668,
            "stop": 1126910676
        },
        {
            "start": 1126910677,
            "stop": 1126910679
        }
    ]
}