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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 99,
    "results": [
        {
            "start": 1412100047,
            "stop": 1412100054
        },
        {
            "start": 1412100059,
            "stop": 1412101883
        },
        {
            "start": 1412119681,
            "stop": 1412131859
        },
        {
            "start": 1412135981,
            "stop": 1412140501
        },
        {
            "start": 1412140506,
            "stop": 1412141001
        },
        {
            "start": 1412145168,
            "stop": 1412151443
        },
        {
            "start": 1412151448,
            "stop": 1412151579
        },
        {
            "start": 1412158100,
            "stop": 1412166917
        },
        {
            "start": 1412171677,
            "stop": 1412176195
        },
        {
            "start": 1412176199,
            "stop": 1412176613
        },
        {
            "start": 1412176618,
            "stop": 1412176988
        },
        {
            "start": 1412176991,
            "stop": 1412187362
        },
        {
            "start": 1412187367,
            "stop": 1412187584
        },
        {
            "start": 1412187588,
            "stop": 1412188555
        },
        {
            "start": 1412190484,
            "stop": 1412194515
        },
        {
            "start": 1412194520,
            "stop": 1412195299
        },
        {
            "start": 1412195304,
            "stop": 1412206309
        },
        {
            "start": 1412206314,
            "stop": 1412206623
        },
        {
            "start": 1412206628,
            "stop": 1412206874
        },
        {
            "start": 1412206879,
            "stop": 1412209167
        }
    ]
}