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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1745",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1743",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1744,
    "results": [
        {
            "start": 958643866,
            "stop": 958643869
        },
        {
            "start": 958643872,
            "stop": 958643891
        },
        {
            "start": 958643893,
            "stop": 958643895
        },
        {
            "start": 958643897,
            "stop": 958644062
        },
        {
            "start": 958644064,
            "stop": 958644161
        },
        {
            "start": 958644163,
            "stop": 958644164
        },
        {
            "start": 958644173,
            "stop": 958644251
        },
        {
            "start": 958644254,
            "stop": 958644255
        },
        {
            "start": 958644257,
            "stop": 958644620
        },
        {
            "start": 958644622,
            "stop": 958644623
        },
        {
            "start": 958644627,
            "stop": 958644688
        },
        {
            "start": 958644689,
            "stop": 958644703
        },
        {
            "start": 958644706,
            "stop": 958644944
        },
        {
            "start": 958644947,
            "stop": 958644949
        },
        {
            "start": 958644952,
            "stop": 958644985
        },
        {
            "start": 958644987,
            "stop": 958644988
        },
        {
            "start": 958644990,
            "stop": 958644996
        },
        {
            "start": 958644997,
            "stop": 958645006
        },
        {
            "start": 958645008,
            "stop": 958645031
        },
        {
            "start": 958645039,
            "stop": 958645049
        }
    ]
}