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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5334",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5332",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5333,
    "results": [
        {
            "start": 1137230973,
            "stop": 1137230975
        },
        {
            "start": 1137230977,
            "stop": 1137231041
        },
        {
            "start": 1137231043,
            "stop": 1137231049
        },
        {
            "start": 1137231051,
            "stop": 1137231172
        },
        {
            "start": 1137231175,
            "stop": 1137231192
        },
        {
            "start": 1137231194,
            "stop": 1137231209
        },
        {
            "start": 1137231211,
            "stop": 1137231258
        },
        {
            "start": 1137231262,
            "stop": 1137231483
        },
        {
            "start": 1137231484,
            "stop": 1137231637
        },
        {
            "start": 1137231639,
            "stop": 1137231681
        },
        {
            "start": 1137231683,
            "stop": 1137231684
        },
        {
            "start": 1137231686,
            "stop": 1137231799
        },
        {
            "start": 1137231803,
            "stop": 1137231911
        },
        {
            "start": 1137231913,
            "stop": 1137232071
        },
        {
            "start": 1137232073,
            "stop": 1137232093
        },
        {
            "start": 1137232095,
            "stop": 1137232118
        },
        {
            "start": 1137232120,
            "stop": 1137232121
        },
        {
            "start": 1137232123,
            "stop": 1137232172
        },
        {
            "start": 1137232174,
            "stop": 1137232238
        },
        {
            "start": 1137232240,
            "stop": 1137232369
        }
    ]
}