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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40767",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40768,
    "results": [
        {
            "start": 874988448,
            "stop": 874988474
        },
        {
            "start": 874988475,
            "stop": 874988510
        },
        {
            "start": 874988512,
            "stop": 874988519
        },
        {
            "start": 874988520,
            "stop": 874988645
        },
        {
            "start": 874988648,
            "stop": 874988651
        },
        {
            "start": 874988654,
            "stop": 874988656
        },
        {
            "start": 874988657,
            "stop": 874988662
        },
        {
            "start": 874988665,
            "stop": 874988667
        },
        {
            "start": 874988670,
            "stop": 874988672
        },
        {
            "start": 874988674,
            "stop": 874988675
        },
        {
            "start": 874988677,
            "stop": 874988679
        },
        {
            "start": 874988680,
            "stop": 874988719
        },
        {
            "start": 874988720,
            "stop": 874988832
        },
        {
            "start": 874988833,
            "stop": 874988858
        },
        {
            "start": 874988859,
            "stop": 874988866
        },
        {
            "start": 874988867,
            "stop": 874988928
        },
        {
            "start": 874988929,
            "stop": 874988934
        },
        {
            "start": 874988936,
            "stop": 874988955
        },
        {
            "start": 874988956,
            "stop": 874988965
        },
        {
            "start": 874988966,
            "stop": 874988977
        }
    ]
}