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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 205,
    "results": [
        {
            "start": 931669048,
            "stop": 931669049
        },
        {
            "start": 931669053,
            "stop": 931669055
        },
        {
            "start": 931669058,
            "stop": 931669061
        },
        {
            "start": 931669064,
            "stop": 931669071
        },
        {
            "start": 931669074,
            "stop": 931669082
        },
        {
            "start": 931669086,
            "stop": 931669090
        },
        {
            "start": 931669095,
            "stop": 931669097
        },
        {
            "start": 931669102,
            "stop": 931669106
        },
        {
            "start": 931669112,
            "stop": 931669115
        },
        {
            "start": 931669118,
            "stop": 931669119
        },
        {
            "start": 931669125,
            "stop": 931669132
        },
        {
            "start": 931669135,
            "stop": 931669165
        },
        {
            "start": 931669168,
            "stop": 931669186
        },
        {
            "start": 931669191,
            "stop": 931669196
        },
        {
            "start": 931669198,
            "stop": 931669201
        },
        {
            "start": 931669208,
            "stop": 931669213
        },
        {
            "start": 931669218,
            "stop": 931669240
        },
        {
            "start": 931669243,
            "stop": 931669249
        },
        {
            "start": 931669254,
            "stop": 931669269
        },
        {
            "start": 931669272,
            "stop": 931669276
        }
    ]
}