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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=11",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 12,
    "results": [
        {
            "start": 943641828,
            "stop": 943641941
        },
        {
            "start": 943651116,
            "stop": 943651229
        },
        {
            "start": 943922582,
            "stop": 943922666
        },
        {
            "start": 944008962,
            "stop": 944009046
        },
        {
            "start": 944094865,
            "stop": 944094949
        },
        {
            "start": 944182206,
            "stop": 944182290
        },
        {
            "start": 944186085,
            "stop": 944186198
        },
        {
            "start": 944196021,
            "stop": 944196134
        },
        {
            "start": 944201974,
            "stop": 944202086
        },
        {
            "start": 944206085,
            "stop": 944206198
        },
        {
            "start": 944253510,
            "stop": 944253622
        },
        {
            "start": 944263614,
            "stop": 944263726
        },
        {
            "start": 944276221,
            "stop": 944276334
        },
        {
            "start": 944286102,
            "stop": 944286214
        },
        {
            "start": 944306629,
            "stop": 944306742
        },
        {
            "start": 944383998,
            "stop": 944384111
        },
        {
            "start": 944401054,
            "stop": 944401167
        },
        {
            "start": 944423430,
            "stop": 944423543
        },
        {
            "start": 944446710,
            "stop": 944446823
        },
        {
            "start": 944472054,
            "stop": 944472167
        }
    ]
}