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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9972",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9973,
    "results": [
        {
            "start": 875108809,
            "stop": 875108887
        },
        {
            "start": 875108904,
            "stop": 875109026
        },
        {
            "start": 875109029,
            "stop": 875109030
        },
        {
            "start": 875109033,
            "stop": 875109034
        },
        {
            "start": 875109039,
            "stop": 875109047
        },
        {
            "start": 875109050,
            "stop": 875109068
        },
        {
            "start": 875109071,
            "stop": 875109076
        },
        {
            "start": 875109079,
            "stop": 875109096
        },
        {
            "start": 875109104,
            "stop": 875109230
        },
        {
            "start": 875109235,
            "stop": 875109236
        },
        {
            "start": 875109239,
            "stop": 875109240
        },
        {
            "start": 875109249,
            "stop": 875109251
        },
        {
            "start": 875109258,
            "stop": 875109266
        },
        {
            "start": 875109271,
            "stop": 875109278
        },
        {
            "start": 875109281,
            "stop": 875109282
        },
        {
            "start": 875109287,
            "stop": 875109295
        },
        {
            "start": 875109300,
            "stop": 875109302
        },
        {
            "start": 875109312,
            "stop": 875109316
        },
        {
            "start": 875109321,
            "stop": 875109325
        },
        {
            "start": 875109331,
            "stop": 875109334
        }
    ]
}