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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7059",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7060,
    "results": [
        {
            "start": 874232968,
            "stop": 874233012
        },
        {
            "start": 874233015,
            "stop": 874233231
        },
        {
            "start": 874233234,
            "stop": 874233830
        },
        {
            "start": 874233833,
            "stop": 874233837
        },
        {
            "start": 874233840,
            "stop": 874233845
        },
        {
            "start": 874233848,
            "stop": 874233853
        },
        {
            "start": 874233856,
            "stop": 874233888
        },
        {
            "start": 874233891,
            "stop": 874233969
        },
        {
            "start": 874233974,
            "stop": 874233975
        },
        {
            "start": 874233981,
            "stop": 874234050
        },
        {
            "start": 874234053,
            "stop": 874234054
        },
        {
            "start": 874234057,
            "stop": 874234087
        },
        {
            "start": 874234090,
            "stop": 874234345
        },
        {
            "start": 874234348,
            "stop": 874234471
        },
        {
            "start": 874234475,
            "stop": 874234479
        },
        {
            "start": 874234482,
            "stop": 874234794
        },
        {
            "start": 874234797,
            "stop": 874234860
        },
        {
            "start": 874234863,
            "stop": 874235144
        },
        {
            "start": 874235147,
            "stop": 874235159
        },
        {
            "start": 874235162,
            "stop": 874235167
        }
    ]
}