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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=33",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 34,
    "results": [
        {
            "start": 963785695,
            "stop": 963785807
        },
        {
            "start": 963837741,
            "stop": 963837854
        },
        {
            "start": 963900573,
            "stop": 963900686
        },
        {
            "start": 963922462,
            "stop": 963922574
        },
        {
            "start": 963982062,
            "stop": 963982174
        },
        {
            "start": 964001877,
            "stop": 964001990
        },
        {
            "start": 964009277,
            "stop": 964009438
        },
        {
            "start": 964074205,
            "stop": 964074318
        },
        {
            "start": 964119054,
            "stop": 964119207
        },
        {
            "start": 964131678,
            "stop": 964131791
        },
        {
            "start": 964153534,
            "stop": 964153647
        },
        {
            "start": 964205431,
            "stop": 964205543
        },
        {
            "start": 964219150,
            "stop": 964219263
        },
        {
            "start": 964248839,
            "stop": 964248999
        },
        {
            "start": 964334918,
            "stop": 964335030
        },
        {
            "start": 964346677,
            "stop": 964346790
        },
        {
            "start": 964383438,
            "stop": 964383550
        },
        {
            "start": 964399317,
            "stop": 964399430
        },
        {
            "start": 964414437,
            "stop": 964414550
        },
        {
            "start": 964442214,
            "stop": 964442326
        }
    ]
}