Return the segments for a given timeline for an event version.

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/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT3/segments?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/event-versions/GW190519_153544-v1/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 139,
    "results_per_page": 20,
    "num_pages": 7,
    "page_number": 3,
    "results": [
        {
            "start": 1242314533,
            "stop": 1242314560
        },
        {
            "start": 1242314561,
            "stop": 1242314566
        },
        {
            "start": 1242314567,
            "stop": 1242314578
        },
        {
            "start": 1242314579,
            "stop": 1242314580
        },
        {
            "start": 1242314581,
            "stop": 1242314741
        },
        {
            "start": 1242314742,
            "stop": 1242314746
        },
        {
            "start": 1242314747,
            "stop": 1242314763
        },
        {
            "start": 1242314764,
            "stop": 1242314773
        },
        {
            "start": 1242314774,
            "stop": 1242314792
        },
        {
            "start": 1242314793,
            "stop": 1242314797
        },
        {
            "start": 1242314798,
            "stop": 1242314808
        },
        {
            "start": 1242314809,
            "stop": 1242314812
        },
        {
            "start": 1242314813,
            "stop": 1242314842
        },
        {
            "start": 1242314843,
            "stop": 1242314844
        },
        {
            "start": 1242314845,
            "stop": 1242314888
        },
        {
            "start": 1242314889,
            "stop": 1242314892
        },
        {
            "start": 1242314893,
            "stop": 1242314937
        },
        {
            "start": 1242314939,
            "stop": 1242314974
        },
        {
            "start": 1242314975,
            "stop": 1242314976
        },
        {
            "start": 1242314977,
            "stop": 1242315047
        }
    ]
}