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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46990",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46991,
    "results": [
        {
            "start": 875218751,
            "stop": 875218758
        },
        {
            "start": 875218759,
            "stop": 875218767
        },
        {
            "start": 875218770,
            "stop": 875218779
        },
        {
            "start": 875218780,
            "stop": 875218794
        },
        {
            "start": 875218795,
            "stop": 875218796
        },
        {
            "start": 875218797,
            "stop": 875218799
        },
        {
            "start": 875218800,
            "stop": 875218808
        },
        {
            "start": 875218810,
            "stop": 875218821
        },
        {
            "start": 875218823,
            "stop": 875218827
        },
        {
            "start": 875218830,
            "stop": 875218831
        },
        {
            "start": 875218832,
            "stop": 875218842
        },
        {
            "start": 875218844,
            "stop": 875218845
        },
        {
            "start": 875218850,
            "stop": 875218870
        },
        {
            "start": 875218871,
            "stop": 875218885
        },
        {
            "start": 875218886,
            "stop": 875218892
        },
        {
            "start": 875218893,
            "stop": 875218918
        },
        {
            "start": 875218919,
            "stop": 875218924
        },
        {
            "start": 875218928,
            "stop": 875218949
        },
        {
            "start": 875218951,
            "stop": 875218959
        },
        {
            "start": 875218960,
            "stop": 875218961
        }
    ]
}