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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=451",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 452,
    "results": [
        {
            "start": 946191359,
            "stop": 946201592
        },
        {
            "start": 946204618,
            "stop": 946214146
        },
        {
            "start": 946218848,
            "stop": 946227377
        },
        {
            "start": 946229631,
            "stop": 946230067
        },
        {
            "start": 946231020,
            "stop": 946231075
        },
        {
            "start": 946232581,
            "stop": 946234166
        },
        {
            "start": 946236534,
            "stop": 946240123
        },
        {
            "start": 946262239,
            "stop": 946265881
        },
        {
            "start": 946265884,
            "stop": 946274044
        },
        {
            "start": 946278277,
            "stop": 946285989
        },
        {
            "start": 946291963,
            "stop": 946298191
        },
        {
            "start": 946310697,
            "stop": 946329908
        },
        {
            "start": 946334438,
            "stop": 946339035
        },
        {
            "start": 946340946,
            "stop": 946351784
        },
        {
            "start": 946356479,
            "stop": 946360604
        },
        {
            "start": 946362652,
            "stop": 946369135
        },
        {
            "start": 946372854,
            "stop": 946382615
        },
        {
            "start": 946395595,
            "stop": 946396736
        },
        {
            "start": 946400173,
            "stop": 946404961
        },
        {
            "start": 946412312,
            "stop": 946413561
        }
    ]
}