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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1840",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1838",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1839,
    "results": [
        {
            "start": 1250453491,
            "stop": 1250453547
        },
        {
            "start": 1250453550,
            "stop": 1250453650
        },
        {
            "start": 1250453651,
            "stop": 1250453668
        },
        {
            "start": 1250453670,
            "stop": 1250453848
        },
        {
            "start": 1250453851,
            "stop": 1250453933
        },
        {
            "start": 1250453936,
            "stop": 1250453960
        },
        {
            "start": 1250453961,
            "stop": 1250453979
        },
        {
            "start": 1250453982,
            "stop": 1250454289
        },
        {
            "start": 1250454292,
            "stop": 1250454355
        },
        {
            "start": 1250454356,
            "stop": 1250454385
        },
        {
            "start": 1250454388,
            "stop": 1250454393
        },
        {
            "start": 1250454396,
            "stop": 1250454402
        },
        {
            "start": 1250454405,
            "stop": 1250454428
        },
        {
            "start": 1250454431,
            "stop": 1250454833
        },
        {
            "start": 1250454836,
            "stop": 1250454838
        },
        {
            "start": 1250454840,
            "stop": 1250455081
        },
        {
            "start": 1250455083,
            "stop": 1250455593
        },
        {
            "start": 1250455596,
            "stop": 1250455871
        },
        {
            "start": 1250455873,
            "stop": 1250456107
        },
        {
            "start": 1250456109,
            "stop": 1250456113
        }
    ]
}