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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1841",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1839",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1840,
    "results": [
        {
            "start": 964761131,
            "stop": 964761568
        },
        {
            "start": 964761569,
            "stop": 964766079
        },
        {
            "start": 964766080,
            "stop": 964767862
        },
        {
            "start": 964767863,
            "stop": 964782304
        },
        {
            "start": 964786145,
            "stop": 964790096
        },
        {
            "start": 964790835,
            "stop": 964791624
        },
        {
            "start": 964792305,
            "stop": 964796982
        },
        {
            "start": 964796983,
            "stop": 964797289
        },
        {
            "start": 964801347,
            "stop": 964801455
        },
        {
            "start": 964801552,
            "stop": 964811135
        },
        {
            "start": 964813152,
            "stop": 964815545
        },
        {
            "start": 964818291,
            "stop": 964819469
        },
        {
            "start": 964819549,
            "stop": 964822207
        },
        {
            "start": 964822247,
            "stop": 964827058
        },
        {
            "start": 964827059,
            "stop": 964829294
        },
        {
            "start": 964829295,
            "stop": 964831988
        },
        {
            "start": 964832034,
            "stop": 964836134
        },
        {
            "start": 964836622,
            "stop": 964843588
        },
        {
            "start": 964843589,
            "stop": 964857576
        },
        {
            "start": 964857577,
            "stop": 964868309
        }
    ]
}