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=422
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=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=421",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 422,
    "results": [
        {
            "start": 838619333,
            "stop": 838620473
        },
        {
            "start": 838621671,
            "stop": 838622241
        },
        {
            "start": 838622331,
            "stop": 838629351
        },
        {
            "start": 838632859,
            "stop": 838632979
        },
        {
            "start": 838633147,
            "stop": 838633387
        },
        {
            "start": 838634611,
            "stop": 838635331
        },
        {
            "start": 838636926,
            "stop": 838636986
        },
        {
            "start": 838642018,
            "stop": 838643278
        },
        {
            "start": 838644412,
            "stop": 838644532
        },
        {
            "start": 838644994,
            "stop": 838646794
        },
        {
            "start": 838647753,
            "stop": 838648713
        },
        {
            "start": 838648868,
            "stop": 838649528
        },
        {
            "start": 838649686,
            "stop": 838650466
        },
        {
            "start": 838656646,
            "stop": 838657126
        },
        {
            "start": 838657418,
            "stop": 838658978
        },
        {
            "start": 838659068,
            "stop": 838659278
        },
        {
            "start": 838664195,
            "stop": 838664255
        },
        {
            "start": 838682495,
            "stop": 838683695
        },
        {
            "start": 838684868,
            "stop": 838686128
        },
        {
            "start": 838686278,
            "stop": 838688288
        }
    ]
}