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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=209",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 210,
    "results": [
        {
            "start": 820454843,
            "stop": 820454861
        },
        {
            "start": 820454864,
            "stop": 820455519
        },
        {
            "start": 820455522,
            "stop": 820456759
        },
        {
            "start": 820456762,
            "stop": 820457153
        },
        {
            "start": 820457156,
            "stop": 820457614
        },
        {
            "start": 820457618,
            "stop": 820459713
        },
        {
            "start": 820459716,
            "stop": 820460399
        },
        {
            "start": 820460402,
            "stop": 820460549
        },
        {
            "start": 820460553,
            "stop": 820460835
        },
        {
            "start": 820460839,
            "stop": 820461485
        },
        {
            "start": 820461488,
            "stop": 820462009
        },
        {
            "start": 820462012,
            "stop": 820462126
        },
        {
            "start": 820462129,
            "stop": 820462599
        },
        {
            "start": 820462602,
            "stop": 820463906
        },
        {
            "start": 820463909,
            "stop": 820464110
        },
        {
            "start": 820464111,
            "stop": 820464326
        },
        {
            "start": 820464329,
            "stop": 820464365
        },
        {
            "start": 820464371,
            "stop": 820466114
        },
        {
            "start": 820466117,
            "stop": 820466321
        },
        {
            "start": 820466325,
            "stop": 820467738
        }
    ]
}