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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=13",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 14,
    "results": [
        {
            "start": 816378546,
            "stop": 816379680
        },
        {
            "start": 816381669,
            "stop": 816382577
        },
        {
            "start": 816383521,
            "stop": 816387865
        },
        {
            "start": 816388088,
            "stop": 816389248
        },
        {
            "start": 816389280,
            "stop": 816390380
        },
        {
            "start": 816390384,
            "stop": 816407211
        },
        {
            "start": 816407213,
            "stop": 816419744
        },
        {
            "start": 816419776,
            "stop": 816422933
        },
        {
            "start": 816423525,
            "stop": 816435883
        },
        {
            "start": 816435885,
            "stop": 816438398
        },
        {
            "start": 816438401,
            "stop": 816439273
        },
        {
            "start": 816441310,
            "stop": 816463640
        },
        {
            "start": 816463643,
            "stop": 816468903
        },
        {
            "start": 816468905,
            "stop": 816470953
        },
        {
            "start": 816470956,
            "stop": 816471733
        },
        {
            "start": 816474137,
            "stop": 816474878
        },
        {
            "start": 816474881,
            "stop": 816476027
        },
        {
            "start": 816476029,
            "stop": 816484833
        },
        {
            "start": 816484836,
            "stop": 816489312
        },
        {
            "start": 816489344,
            "stop": 816492640
        }
    ]
}