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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=198",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 199,
    "results": [
        {
            "start": 818210007,
            "stop": 818210008
        },
        {
            "start": 818210011,
            "stop": 818210015
        },
        {
            "start": 818210019,
            "stop": 818210022
        },
        {
            "start": 818210025,
            "stop": 818210036
        },
        {
            "start": 818210047,
            "stop": 818210048
        },
        {
            "start": 818210052,
            "stop": 818210053
        },
        {
            "start": 818210060,
            "stop": 818210063
        },
        {
            "start": 818210066,
            "stop": 818210069
        },
        {
            "start": 818210076,
            "stop": 818210081
        },
        {
            "start": 818210087,
            "stop": 818210088
        },
        {
            "start": 818210093,
            "stop": 818210097
        },
        {
            "start": 818210111,
            "stop": 818210116
        },
        {
            "start": 818210119,
            "stop": 818210120
        },
        {
            "start": 818210126,
            "stop": 818210127
        },
        {
            "start": 818210138,
            "stop": 818210142
        },
        {
            "start": 818210149,
            "stop": 818210150
        },
        {
            "start": 818210153,
            "stop": 818210156
        },
        {
            "start": 818210159,
            "stop": 818210160
        },
        {
            "start": 818210175,
            "stop": 818210182
        },
        {
            "start": 818210188,
            "stop": 818210192
        }
    ]
}