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=41066
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=41067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41065",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41066,
    "results": [
        {
            "start": 875206597,
            "stop": 875206617
        },
        {
            "start": 875206618,
            "stop": 875206622
        },
        {
            "start": 875206624,
            "stop": 875206633
        },
        {
            "start": 875206635,
            "stop": 875206638
        },
        {
            "start": 875206640,
            "stop": 875206660
        },
        {
            "start": 875206662,
            "stop": 875206680
        },
        {
            "start": 875206740,
            "stop": 875206766
        },
        {
            "start": 875206767,
            "stop": 875206797
        },
        {
            "start": 875206800,
            "stop": 875206802
        },
        {
            "start": 875206803,
            "stop": 875206808
        },
        {
            "start": 875206810,
            "stop": 875206818
        },
        {
            "start": 875206819,
            "stop": 875206820
        },
        {
            "start": 875206821,
            "stop": 875206852
        },
        {
            "start": 875206853,
            "stop": 875206877
        },
        {
            "start": 875206878,
            "stop": 875206884
        },
        {
            "start": 875206885,
            "stop": 875206919
        },
        {
            "start": 875206920,
            "stop": 875206926
        },
        {
            "start": 875206927,
            "stop": 875206939
        },
        {
            "start": 875206941,
            "stop": 875206947
        },
        {
            "start": 875206948,
            "stop": 875206983
        }
    ]
}