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=759
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=760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=758",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 759,
    "results": [
        {
            "start": 869568653,
            "stop": 869568734
        },
        {
            "start": 869568738,
            "stop": 869568760
        },
        {
            "start": 869568764,
            "stop": 869568797
        },
        {
            "start": 869568803,
            "stop": 869568820
        },
        {
            "start": 869568823,
            "stop": 869568866
        },
        {
            "start": 869568870,
            "stop": 869568881
        },
        {
            "start": 869568888,
            "stop": 869568925
        },
        {
            "start": 869568930,
            "stop": 869568962
        },
        {
            "start": 869568967,
            "stop": 869568992
        },
        {
            "start": 869568995,
            "stop": 869569034
        },
        {
            "start": 869569039,
            "stop": 869569049
        },
        {
            "start": 869569055,
            "stop": 869569066
        },
        {
            "start": 869569071,
            "stop": 869569111
        },
        {
            "start": 869569114,
            "stop": 869569132
        },
        {
            "start": 869569137,
            "stop": 869569143
        },
        {
            "start": 869569149,
            "stop": 869569154
        },
        {
            "start": 869569157,
            "stop": 869569169
        },
        {
            "start": 869569176,
            "stop": 869569190
        },
        {
            "start": 869569197,
            "stop": 869569219
        },
        {
            "start": 869569233,
            "stop": 869569244
        }
    ]
}