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=16758
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=16759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16757",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16758,
    "results": [
        {
            "start": 875099859,
            "stop": 875099865
        },
        {
            "start": 875099868,
            "stop": 875099884
        },
        {
            "start": 875099890,
            "stop": 875099898
        },
        {
            "start": 875099906,
            "stop": 875100028
        },
        {
            "start": 875100031,
            "stop": 875100036
        },
        {
            "start": 875100038,
            "stop": 875100109
        },
        {
            "start": 875100111,
            "stop": 875100129
        },
        {
            "start": 875100130,
            "stop": 875100131
        },
        {
            "start": 875100132,
            "stop": 875100228
        },
        {
            "start": 875100229,
            "stop": 875100269
        },
        {
            "start": 875100271,
            "stop": 875100290
        },
        {
            "start": 875100292,
            "stop": 875100296
        },
        {
            "start": 875100297,
            "stop": 875100307
        },
        {
            "start": 875100309,
            "stop": 875100316
        },
        {
            "start": 875100319,
            "stop": 875100326
        },
        {
            "start": 875100332,
            "stop": 875100344
        },
        {
            "start": 875100347,
            "stop": 875100351
        },
        {
            "start": 875100355,
            "stop": 875100364
        },
        {
            "start": 875100370,
            "stop": 875100400
        },
        {
            "start": 875100404,
            "stop": 875100407
        }
    ]
}