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=46927
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=46928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46926",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46927,
    "results": [
        {
            "start": 875194427,
            "stop": 875194524
        },
        {
            "start": 875194525,
            "stop": 875194557
        },
        {
            "start": 875194558,
            "stop": 875194585
        },
        {
            "start": 875194589,
            "stop": 875194704
        },
        {
            "start": 875194705,
            "stop": 875194726
        },
        {
            "start": 875194728,
            "stop": 875194733
        },
        {
            "start": 875194734,
            "stop": 875194759
        },
        {
            "start": 875194763,
            "stop": 875194886
        },
        {
            "start": 875194887,
            "stop": 875194913
        },
        {
            "start": 875194916,
            "stop": 875194918
        },
        {
            "start": 875194921,
            "stop": 875194929
        },
        {
            "start": 875194932,
            "stop": 875194953
        },
        {
            "start": 875194956,
            "stop": 875194961
        },
        {
            "start": 875194962,
            "stop": 875194967
        },
        {
            "start": 875194970,
            "stop": 875195052
        },
        {
            "start": 875195053,
            "stop": 875195059
        },
        {
            "start": 875195063,
            "stop": 875195086
        },
        {
            "start": 875195089,
            "stop": 875195135
        },
        {
            "start": 875195136,
            "stop": 875195225
        },
        {
            "start": 875195228,
            "stop": 875195231
        }
    ]
}