Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41087
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=41088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41086",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41087,
    "results": [
        {
            "start": 875218407,
            "stop": 875218412
        },
        {
            "start": 875218415,
            "stop": 875218452
        },
        {
            "start": 875218454,
            "stop": 875218500
        },
        {
            "start": 875218501,
            "stop": 875218578
        },
        {
            "start": 875218581,
            "stop": 875218608
        },
        {
            "start": 875218610,
            "stop": 875218690
        },
        {
            "start": 875218691,
            "stop": 875218710
        },
        {
            "start": 875218711,
            "stop": 875218735
        },
        {
            "start": 875218736,
            "stop": 875218750
        },
        {
            "start": 875218751,
            "stop": 875218779
        },
        {
            "start": 875218780,
            "stop": 875218794
        },
        {
            "start": 875218795,
            "stop": 875218796
        },
        {
            "start": 875218797,
            "stop": 875218802
        },
        {
            "start": 875218805,
            "stop": 875218821
        },
        {
            "start": 875218823,
            "stop": 875218831
        },
        {
            "start": 875218832,
            "stop": 875218885
        },
        {
            "start": 875218886,
            "stop": 875218949
        },
        {
            "start": 875218951,
            "stop": 875218961
        },
        {
            "start": 875218962,
            "stop": 875218965
        },
        {
            "start": 875218966,
            "stop": 875218977
        }
    ]
}