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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=167",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 168,
    "results": [
        {
            "start": 1261151968,
            "stop": 1261151971
        },
        {
            "start": 1261151976,
            "stop": 1261151977
        },
        {
            "start": 1261160474,
            "stop": 1261162553
        },
        {
            "start": 1261162554,
            "stop": 1261162812
        },
        {
            "start": 1261162817,
            "stop": 1261162883
        },
        {
            "start": 1261162887,
            "stop": 1261164467
        },
        {
            "start": 1261164468,
            "stop": 1261164511
        },
        {
            "start": 1261181249,
            "stop": 1261181409
        },
        {
            "start": 1261181413,
            "stop": 1261190447
        },
        {
            "start": 1261190449,
            "stop": 1261190521
        },
        {
            "start": 1261190525,
            "stop": 1261190662
        },
        {
            "start": 1261190664,
            "stop": 1261191287
        },
        {
            "start": 1261191292,
            "stop": 1261193389
        },
        {
            "start": 1261193393,
            "stop": 1261198275
        },
        {
            "start": 1261198278,
            "stop": 1261203028
        },
        {
            "start": 1261203032,
            "stop": 1261203143
        },
        {
            "start": 1261203148,
            "stop": 1261203407
        },
        {
            "start": 1261203411,
            "stop": 1261203659
        },
        {
            "start": 1261203661,
            "stop": 1261205746
        },
        {
            "start": 1261205751,
            "stop": 1261206313
        }
    ]
}