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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=753",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 754,
    "results": [
        {
            "start": 869470627,
            "stop": 869470643
        },
        {
            "start": 869470649,
            "stop": 869470673
        },
        {
            "start": 869470680,
            "stop": 869470692
        },
        {
            "start": 869470702,
            "stop": 869470710
        },
        {
            "start": 869470720,
            "stop": 869470731
        },
        {
            "start": 869470741,
            "stop": 869470753
        },
        {
            "start": 869470761,
            "stop": 869470773
        },
        {
            "start": 869470783,
            "stop": 869470793
        },
        {
            "start": 869470801,
            "stop": 869470835
        },
        {
            "start": 869470842,
            "stop": 869470907
        },
        {
            "start": 869470917,
            "stop": 869470926
        },
        {
            "start": 869470939,
            "stop": 869470951
        },
        {
            "start": 869470963,
            "stop": 869470975
        },
        {
            "start": 869470993,
            "stop": 869470997
        },
        {
            "start": 869471009,
            "stop": 869471023
        },
        {
            "start": 869471033,
            "stop": 869471042
        },
        {
            "start": 869471053,
            "stop": 869471057
        },
        {
            "start": 869471070,
            "stop": 869471078
        },
        {
            "start": 869471088,
            "stop": 869471095
        },
        {
            "start": 869471108,
            "stop": 869471122
        }
    ]
}