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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=60",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 61,
    "results": [
        {
            "start": 819390348,
            "stop": 819391368
        },
        {
            "start": 819391573,
            "stop": 819391693
        },
        {
            "start": 819391858,
            "stop": 819392038
        },
        {
            "start": 819397782,
            "stop": 819398022
        },
        {
            "start": 819398183,
            "stop": 819398303
        },
        {
            "start": 819398791,
            "stop": 819399031
        },
        {
            "start": 819399434,
            "stop": 819399494
        },
        {
            "start": 819399654,
            "stop": 819399894
        },
        {
            "start": 819400028,
            "stop": 819400148
        },
        {
            "start": 819403384,
            "stop": 819403444
        },
        {
            "start": 819403974,
            "stop": 819404154
        },
        {
            "start": 819405636,
            "stop": 819405756
        },
        {
            "start": 819405907,
            "stop": 819406027
        },
        {
            "start": 819406177,
            "stop": 819406357
        },
        {
            "start": 819406536,
            "stop": 819406776
        },
        {
            "start": 819407074,
            "stop": 819407194
        },
        {
            "start": 819407344,
            "stop": 819407404
        },
        {
            "start": 819407573,
            "stop": 819407693
        },
        {
            "start": 819408400,
            "stop": 819408460
        },
        {
            "start": 819408627,
            "stop": 819408747
        }
    ]
}