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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=80",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 81,
    "results": [
        {
            "start": 820075112,
            "stop": 820075172
        },
        {
            "start": 820075322,
            "stop": 820075682
        },
        {
            "start": 820077195,
            "stop": 820077315
        },
        {
            "start": 820077483,
            "stop": 820078863
        },
        {
            "start": 820079022,
            "stop": 820079082
        },
        {
            "start": 820079246,
            "stop": 820079426
        },
        {
            "start": 820079590,
            "stop": 820079830
        },
        {
            "start": 820080185,
            "stop": 820080605
        },
        {
            "start": 820080782,
            "stop": 820081502
        },
        {
            "start": 820081683,
            "stop": 820082043
        },
        {
            "start": 820082197,
            "stop": 820082257
        },
        {
            "start": 820082450,
            "stop": 820082690
        },
        {
            "start": 820082934,
            "stop": 820084074
        },
        {
            "start": 820084552,
            "stop": 820085152
        },
        {
            "start": 820085326,
            "stop": 820086106
        },
        {
            "start": 820086274,
            "stop": 820086634
        },
        {
            "start": 820086883,
            "stop": 820087003
        },
        {
            "start": 820089923,
            "stop": 820090163
        },
        {
            "start": 820090330,
            "stop": 820091230
        },
        {
            "start": 820091385,
            "stop": 820091505
        }
    ]
}