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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1657",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1655",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1656,
    "results": [
        {
            "start": 956715746,
            "stop": 956736150
        },
        {
            "start": 956736153,
            "stop": 956751280
        },
        {
            "start": 956754457,
            "stop": 956771680
        },
        {
            "start": 956771685,
            "stop": 956771687
        },
        {
            "start": 956771689,
            "stop": 956771694
        },
        {
            "start": 956771696,
            "stop": 956771728
        },
        {
            "start": 956771729,
            "stop": 956771738
        },
        {
            "start": 956771742,
            "stop": 956771749
        },
        {
            "start": 956771751,
            "stop": 956771752
        },
        {
            "start": 956771757,
            "stop": 956771761
        },
        {
            "start": 956771763,
            "stop": 956771772
        },
        {
            "start": 956771774,
            "stop": 956771775
        },
        {
            "start": 956771777,
            "stop": 956771780
        },
        {
            "start": 956771782,
            "stop": 956771786
        },
        {
            "start": 956771788,
            "stop": 956771791
        },
        {
            "start": 956771792,
            "stop": 956771794
        },
        {
            "start": 956771796,
            "stop": 956771838
        },
        {
            "start": 956771842,
            "stop": 956772207
        },
        {
            "start": 956772209,
            "stop": 956778039
        },
        {
            "start": 956778042,
            "stop": 956778054
        }
    ]
}