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_H2L1/segments?format=api&page=938
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_H2L1/segments?format=api&page=939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=937",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 938,
    "results": [
        {
            "start": 870459182,
            "stop": 870461402
        },
        {
            "start": 870461605,
            "stop": 870463345
        },
        {
            "start": 870463487,
            "stop": 870463727
        },
        {
            "start": 870463882,
            "stop": 870465562
        },
        {
            "start": 870465713,
            "stop": 870465833
        },
        {
            "start": 870466041,
            "stop": 870467301
        },
        {
            "start": 870469272,
            "stop": 870471552
        },
        {
            "start": 870472214,
            "stop": 870473654
        },
        {
            "start": 870473804,
            "stop": 870474404
        },
        {
            "start": 870474562,
            "stop": 870480892
        },
        {
            "start": 870481042,
            "stop": 870483562
        },
        {
            "start": 870488628,
            "stop": 870508608
        },
        {
            "start": 870510548,
            "stop": 870515588
        },
        {
            "start": 870515777,
            "stop": 870522197
        },
        {
            "start": 870522345,
            "stop": 870524085
        },
        {
            "start": 870524628,
            "stop": 870524748
        },
        {
            "start": 870525112,
            "stop": 870526432
        },
        {
            "start": 870526583,
            "stop": 870526763
        },
        {
            "start": 870527852,
            "stop": 870528272
        },
        {
            "start": 870529446,
            "stop": 870529566
        }
    ]
}