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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=159",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 160,
    "results": [
        {
            "start": 1260969467,
            "stop": 1260975569
        },
        {
            "start": 1260975859,
            "stop": 1260977632
        },
        {
            "start": 1260977637,
            "stop": 1260978096
        },
        {
            "start": 1260978098,
            "stop": 1260980139
        },
        {
            "start": 1261007858,
            "stop": 1261007937
        },
        {
            "start": 1261007940,
            "stop": 1261008043
        },
        {
            "start": 1261008046,
            "stop": 1261008250
        },
        {
            "start": 1261008254,
            "stop": 1261008609
        },
        {
            "start": 1261008611,
            "stop": 1261008613
        },
        {
            "start": 1261008617,
            "stop": 1261008678
        },
        {
            "start": 1261008683,
            "stop": 1261009446
        },
        {
            "start": 1261009449,
            "stop": 1261009639
        },
        {
            "start": 1261009644,
            "stop": 1261009694
        },
        {
            "start": 1261009698,
            "stop": 1261009756
        },
        {
            "start": 1261009759,
            "stop": 1261009845
        },
        {
            "start": 1261009848,
            "stop": 1261009890
        },
        {
            "start": 1261009894,
            "stop": 1261010100
        },
        {
            "start": 1261010105,
            "stop": 1261012108
        },
        {
            "start": 1261012116,
            "stop": 1261012246
        },
        {
            "start": 1261012249,
            "stop": 1261012464
        }
    ]
}