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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=428
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=429",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=427",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 428,
    "results": [
        {
            "start": 1261533600,
            "stop": 1261533615
        },
        {
            "start": 1261533618,
            "stop": 1261533880
        },
        {
            "start": 1261533883,
            "stop": 1261533915
        },
        {
            "start": 1261533918,
            "stop": 1261533919
        },
        {
            "start": 1261533922,
            "stop": 1261534125
        },
        {
            "start": 1261534128,
            "stop": 1261534231
        },
        {
            "start": 1261534234,
            "stop": 1261534318
        },
        {
            "start": 1261534321,
            "stop": 1261534322
        },
        {
            "start": 1261534325,
            "stop": 1261534326
        },
        {
            "start": 1261534329,
            "stop": 1261534482
        },
        {
            "start": 1261534485,
            "stop": 1261535325
        },
        {
            "start": 1261535328,
            "stop": 1261535329
        },
        {
            "start": 1261535332,
            "stop": 1261535336
        },
        {
            "start": 1261535339,
            "stop": 1261535340
        },
        {
            "start": 1261535343,
            "stop": 1261535471
        },
        {
            "start": 1261535474,
            "stop": 1261535487
        },
        {
            "start": 1261535490,
            "stop": 1261535491
        },
        {
            "start": 1261535494,
            "stop": 1261535961
        },
        {
            "start": 1261535964,
            "stop": 1261536759
        },
        {
            "start": 1261536762,
            "stop": 1261537443
        }
    ]
}