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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=40",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 41,
    "results": [
        {
            "start": 944046357,
            "stop": 944056631
        },
        {
            "start": 944059041,
            "stop": 944081162
        },
        {
            "start": 944083917,
            "stop": 944106011
        },
        {
            "start": 944108679,
            "stop": 944126198
        },
        {
            "start": 944178927,
            "stop": 944178942
        },
        {
            "start": 944183787,
            "stop": 944190302
        },
        {
            "start": 944191727,
            "stop": 944203039
        },
        {
            "start": 944203261,
            "stop": 944232061
        },
        {
            "start": 944235341,
            "stop": 944235817
        },
        {
            "start": 944236765,
            "stop": 944237881
        },
        {
            "start": 944239307,
            "stop": 944245270
        },
        {
            "start": 944247204,
            "stop": 944250756
        },
        {
            "start": 944252326,
            "stop": 944258058
        },
        {
            "start": 944259448,
            "stop": 944261878
        },
        {
            "start": 944262095,
            "stop": 944267621
        },
        {
            "start": 944270686,
            "stop": 944280083
        },
        {
            "start": 944284485,
            "stop": 944312402
        },
        {
            "start": 944315841,
            "stop": 944319920
        },
        {
            "start": 944320760,
            "stop": 944321442
        },
        {
            "start": 944376755,
            "stop": 944377997
        }
    ]
}