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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=508",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=506",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 507,
    "results": [
        {
            "start": 961794747,
            "stop": 961795667
        },
        {
            "start": 961795707,
            "stop": 961796804
        },
        {
            "start": 961798388,
            "stop": 961798639
        },
        {
            "start": 961799750,
            "stop": 961802461
        },
        {
            "start": 961827382,
            "stop": 961827833
        },
        {
            "start": 961835601,
            "stop": 961837592
        },
        {
            "start": 961837626,
            "stop": 961838429
        },
        {
            "start": 961840192,
            "stop": 961848131
        },
        {
            "start": 961849593,
            "stop": 961856513
        },
        {
            "start": 961856593,
            "stop": 961858982
        },
        {
            "start": 961910386,
            "stop": 961916403
        },
        {
            "start": 961917900,
            "stop": 961918155
        },
        {
            "start": 961921393,
            "stop": 961945755
        },
        {
            "start": 961946082,
            "stop": 961959563
        },
        {
            "start": 961995751,
            "stop": 961999662
        },
        {
            "start": 961999664,
            "stop": 962002202
        },
        {
            "start": 962006244,
            "stop": 962008471
        },
        {
            "start": 962010436,
            "stop": 962021209
        },
        {
            "start": 962023656,
            "stop": 962028416
        },
        {
            "start": 962028456,
            "stop": 962031023
        }
    ]
}