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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=160",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 161,
    "results": [
        {
            "start": 823607031,
            "stop": 823608951
        },
        {
            "start": 823609286,
            "stop": 823610846
        },
        {
            "start": 823610988,
            "stop": 823611888
        },
        {
            "start": 823612137,
            "stop": 823613277
        },
        {
            "start": 823614718,
            "stop": 823615078
        },
        {
            "start": 823773163,
            "stop": 823773283
        },
        {
            "start": 823780499,
            "stop": 823780709
        },
        {
            "start": 823780873,
            "stop": 823781113
        },
        {
            "start": 823781438,
            "stop": 823781798
        },
        {
            "start": 823781947,
            "stop": 823782187
        },
        {
            "start": 823782323,
            "stop": 823782503
        },
        {
            "start": 823782646,
            "stop": 823782706
        },
        {
            "start": 823782858,
            "stop": 823783398
        },
        {
            "start": 823783951,
            "stop": 823784011
        },
        {
            "start": 823784169,
            "stop": 823784319
        },
        {
            "start": 823784500,
            "stop": 823784560
        },
        {
            "start": 823786082,
            "stop": 823786142
        },
        {
            "start": 823786411,
            "stop": 823787071
        },
        {
            "start": 823787217,
            "stop": 823787337
        },
        {
            "start": 823787649,
            "stop": 823787889
        }
    ]
}