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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5926",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5927,
    "results": [
        {
            "start": 875194344,
            "stop": 875194586
        },
        {
            "start": 875194589,
            "stop": 875194760
        },
        {
            "start": 875194763,
            "stop": 875194913
        },
        {
            "start": 875194916,
            "stop": 875194918
        },
        {
            "start": 875194921,
            "stop": 875194929
        },
        {
            "start": 875194932,
            "stop": 875194953
        },
        {
            "start": 875194956,
            "stop": 875194967
        },
        {
            "start": 875194970,
            "stop": 875195059
        },
        {
            "start": 875195063,
            "stop": 875195086
        },
        {
            "start": 875195089,
            "stop": 875195225
        },
        {
            "start": 875195228,
            "stop": 875195231
        },
        {
            "start": 875195235,
            "stop": 875195267
        },
        {
            "start": 875195270,
            "stop": 875195273
        },
        {
            "start": 875195277,
            "stop": 875195331
        },
        {
            "start": 875195334,
            "stop": 875195366
        },
        {
            "start": 875195369,
            "stop": 875195444
        },
        {
            "start": 875195447,
            "stop": 875195459
        },
        {
            "start": 875195462,
            "stop": 875195583
        },
        {
            "start": 875195586,
            "stop": 875195673
        },
        {
            "start": 875195676,
            "stop": 875195709
        }
    ]
}