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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16721",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16722,
    "results": [
        {
            "start": 875010873,
            "stop": 875010877
        },
        {
            "start": 875010878,
            "stop": 875010908
        },
        {
            "start": 875010909,
            "stop": 875010915
        },
        {
            "start": 875010918,
            "stop": 875010943
        },
        {
            "start": 875010944,
            "stop": 875010947
        },
        {
            "start": 875010951,
            "stop": 875010962
        },
        {
            "start": 875010965,
            "stop": 875010982
        },
        {
            "start": 875010987,
            "stop": 875011125
        },
        {
            "start": 875011126,
            "stop": 875011137
        },
        {
            "start": 875011140,
            "stop": 875011147
        },
        {
            "start": 875011153,
            "stop": 875011180
        },
        {
            "start": 875011182,
            "stop": 875011232
        },
        {
            "start": 875011235,
            "stop": 875011270
        },
        {
            "start": 875011271,
            "stop": 875011282
        },
        {
            "start": 875011283,
            "stop": 875011291
        },
        {
            "start": 875011292,
            "stop": 875011315
        },
        {
            "start": 875011317,
            "stop": 875011328
        },
        {
            "start": 875011333,
            "stop": 875011346
        },
        {
            "start": 875011349,
            "stop": 875011352
        },
        {
            "start": 875011355,
            "stop": 875011357
        }
    ]
}