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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6687",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6688,
    "results": [
        {
            "start": 875174310,
            "stop": 875174689
        },
        {
            "start": 875174691,
            "stop": 875174804
        },
        {
            "start": 875174805,
            "stop": 875175327
        },
        {
            "start": 875175329,
            "stop": 875176112
        },
        {
            "start": 875176113,
            "stop": 875176233
        },
        {
            "start": 875176234,
            "stop": 875177077
        },
        {
            "start": 875177078,
            "stop": 875177490
        },
        {
            "start": 875177491,
            "stop": 875177594
        },
        {
            "start": 875177595,
            "stop": 875178200
        },
        {
            "start": 875178201,
            "stop": 875179142
        },
        {
            "start": 875179143,
            "stop": 875179223
        },
        {
            "start": 875179224,
            "stop": 875179244
        },
        {
            "start": 875179245,
            "stop": 875179562
        },
        {
            "start": 875179564,
            "stop": 875179623
        },
        {
            "start": 875179624,
            "stop": 875180134
        },
        {
            "start": 875180135,
            "stop": 875180881
        },
        {
            "start": 875180882,
            "stop": 875180988
        },
        {
            "start": 875180989,
            "stop": 875181755
        },
        {
            "start": 875181756,
            "stop": 875182034
        },
        {
            "start": 875183761,
            "stop": 875183840
        }
    ]
}