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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=289",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 290,
    "results": [
        {
            "start": 931722628,
            "stop": 931722824
        },
        {
            "start": 931722826,
            "stop": 931722835
        },
        {
            "start": 931722837,
            "stop": 931722872
        },
        {
            "start": 931722874,
            "stop": 931722877
        },
        {
            "start": 931722879,
            "stop": 931722945
        },
        {
            "start": 931722947,
            "stop": 931723000
        },
        {
            "start": 931723002,
            "stop": 931723073
        },
        {
            "start": 931723076,
            "stop": 931723180
        },
        {
            "start": 931723182,
            "stop": 931723185
        },
        {
            "start": 931723187,
            "stop": 931723215
        },
        {
            "start": 931723575,
            "stop": 931723593
        },
        {
            "start": 931723594,
            "stop": 931723599
        },
        {
            "start": 931723601,
            "stop": 931723604
        },
        {
            "start": 931723606,
            "stop": 931723607
        },
        {
            "start": 931723610,
            "stop": 931723613
        },
        {
            "start": 931723614,
            "stop": 931723636
        },
        {
            "start": 931723639,
            "stop": 931723653
        },
        {
            "start": 931723655,
            "stop": 931723661
        },
        {
            "start": 931723662,
            "stop": 931723664
        },
        {
            "start": 931723667,
            "stop": 931723669
        }
    ]
}