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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 149,
    "results": [
        {
            "start": 820233717,
            "stop": 820233718
        },
        {
            "start": 820233722,
            "stop": 820233795
        },
        {
            "start": 820233798,
            "stop": 820233808
        },
        {
            "start": 820233811,
            "stop": 820234290
        },
        {
            "start": 820234293,
            "stop": 820234303
        },
        {
            "start": 820234307,
            "stop": 820234352
        },
        {
            "start": 820234356,
            "stop": 820234385
        },
        {
            "start": 820234388,
            "stop": 820234530
        },
        {
            "start": 820234534,
            "stop": 820234581
        },
        {
            "start": 820234585,
            "stop": 820234851
        },
        {
            "start": 820234855,
            "stop": 820234910
        },
        {
            "start": 820234913,
            "stop": 820235160
        },
        {
            "start": 820235163,
            "stop": 820235378
        },
        {
            "start": 820235381,
            "stop": 820235632
        },
        {
            "start": 820235636,
            "stop": 820235826
        },
        {
            "start": 820235829,
            "stop": 820235846
        },
        {
            "start": 820235850,
            "stop": 820236239
        },
        {
            "start": 820236242,
            "stop": 820236262
        },
        {
            "start": 820236265,
            "stop": 820236449
        },
        {
            "start": 820236452,
            "stop": 820236454
        }
    ]
}