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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=223",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 224,
    "results": [
        {
            "start": 827314759,
            "stop": 827314819
        },
        {
            "start": 827315132,
            "stop": 827315252
        },
        {
            "start": 827315679,
            "stop": 827315919
        },
        {
            "start": 827317140,
            "stop": 827317590
        },
        {
            "start": 827317775,
            "stop": 827318975
        },
        {
            "start": 827321423,
            "stop": 827325803
        },
        {
            "start": 827327120,
            "stop": 827328950
        },
        {
            "start": 827328980,
            "stop": 827330000
        },
        {
            "start": 827330202,
            "stop": 827332002
        },
        {
            "start": 827332449,
            "stop": 827332689
        },
        {
            "start": 827332867,
            "stop": 827333467
        },
        {
            "start": 827333623,
            "stop": 827334043
        },
        {
            "start": 827334278,
            "stop": 827334698
        },
        {
            "start": 827335077,
            "stop": 827335437
        },
        {
            "start": 827335599,
            "stop": 827336379
        },
        {
            "start": 827336721,
            "stop": 827337081
        },
        {
            "start": 827337506,
            "stop": 827337566
        },
        {
            "start": 827337932,
            "stop": 827338232
        },
        {
            "start": 827338406,
            "stop": 827338766
        },
        {
            "start": 827339227,
            "stop": 827339287
        }
    ]
}