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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=978",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=976",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 977,
    "results": [
        {
            "start": 1251715659,
            "stop": 1251715787
        },
        {
            "start": 1251715792,
            "stop": 1251715833
        },
        {
            "start": 1251715837,
            "stop": 1251715949
        },
        {
            "start": 1251715952,
            "stop": 1251715977
        },
        {
            "start": 1251715982,
            "stop": 1251715989
        },
        {
            "start": 1251715993,
            "stop": 1251716004
        },
        {
            "start": 1251716009,
            "stop": 1251716060
        },
        {
            "start": 1251716065,
            "stop": 1251716226
        },
        {
            "start": 1251716229,
            "stop": 1251716523
        },
        {
            "start": 1251716528,
            "stop": 1251716665
        },
        {
            "start": 1251716670,
            "stop": 1251716787
        },
        {
            "start": 1251716790,
            "stop": 1251716839
        },
        {
            "start": 1251716844,
            "stop": 1251716869
        },
        {
            "start": 1251716874,
            "stop": 1251716882
        },
        {
            "start": 1251716886,
            "stop": 1251716927
        },
        {
            "start": 1251716932,
            "stop": 1251716940
        },
        {
            "start": 1251716944,
            "stop": 1251717026
        },
        {
            "start": 1251717031,
            "stop": 1251717061
        },
        {
            "start": 1251717066,
            "stop": 1251717116
        },
        {
            "start": 1251717120,
            "stop": 1251717255
        }
    ]
}