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=46849
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=46850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46848",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46849,
    "results": [
        {
            "start": 875139787,
            "stop": 875139788
        },
        {
            "start": 875139789,
            "stop": 875139791
        },
        {
            "start": 875139795,
            "stop": 875139806
        },
        {
            "start": 875139808,
            "stop": 875139813
        },
        {
            "start": 875139814,
            "stop": 875139831
        },
        {
            "start": 875139833,
            "stop": 875139870
        },
        {
            "start": 875139872,
            "stop": 875139877
        },
        {
            "start": 875139880,
            "stop": 875139883
        },
        {
            "start": 875139884,
            "stop": 875139892
        },
        {
            "start": 875139893,
            "stop": 875139913
        },
        {
            "start": 875139915,
            "stop": 875139921
        },
        {
            "start": 875139922,
            "stop": 875139931
        },
        {
            "start": 875139932,
            "stop": 875139934
        },
        {
            "start": 875139936,
            "stop": 875139950
        },
        {
            "start": 875139953,
            "stop": 875139959
        },
        {
            "start": 875139960,
            "stop": 875139963
        },
        {
            "start": 875139964,
            "stop": 875139981
        },
        {
            "start": 875139982,
            "stop": 875140005
        },
        {
            "start": 875140007,
            "stop": 875140019
        },
        {
            "start": 875140025,
            "stop": 875140043
        }
    ]
}