Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=194",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 195,
    "results": [
        {
            "start": 826435986,
            "stop": 826436406
        },
        {
            "start": 826436575,
            "stop": 826436725
        },
        {
            "start": 826446523,
            "stop": 826447243
        },
        {
            "start": 826447396,
            "stop": 826448206
        },
        {
            "start": 826448453,
            "stop": 826448603
        },
        {
            "start": 826448830,
            "stop": 826449190
        },
        {
            "start": 826449353,
            "stop": 826449503
        },
        {
            "start": 826449533,
            "stop": 826449653
        },
        {
            "start": 826449683,
            "stop": 826449803
        },
        {
            "start": 826449833,
            "stop": 826450403
        },
        {
            "start": 826450555,
            "stop": 826450915
        },
        {
            "start": 826451504,
            "stop": 826451564
        },
        {
            "start": 826451714,
            "stop": 826452254
        },
        {
            "start": 826452410,
            "stop": 826452680
        },
        {
            "start": 826452847,
            "stop": 826453207
        },
        {
            "start": 826453341,
            "stop": 826453431
        },
        {
            "start": 826453461,
            "stop": 826454541
        },
        {
            "start": 826454837,
            "stop": 826454957
        },
        {
            "start": 826455148,
            "stop": 826455238
        },
        {
            "start": 826455897,
            "stop": 826455957
        }
    ]
}