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_H1L1/segments?format=api&page=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=154",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 155,
    "results": [
        {
            "start": 823780352,
            "stop": 823780712
        },
        {
            "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": 823784180,
            "stop": 823784540
        },
        {
            "start": 823784997,
            "stop": 823785057
        },
        {
            "start": 823786079,
            "stop": 823786139
        },
        {
            "start": 823786411,
            "stop": 823787071
        },
        {
            "start": 823787217,
            "stop": 823787337
        },
        {
            "start": 823787649,
            "stop": 823787889
        },
        {
            "start": 823788122,
            "stop": 823788362
        },
        {
            "start": 823788392,
            "stop": 823788512
        },
        {
            "start": 823788542,
            "stop": 823788602
        },
        {
            "start": 823788858,
            "stop": 823789338
        },
        {
            "start": 823789823,
            "stop": 823789883
        },
        {
            "start": 823790042,
            "stop": 823790342
        }
    ]
}