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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=302",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 303,
    "results": [
        {
            "start": 832583106,
            "stop": 832586406
        },
        {
            "start": 832586559,
            "stop": 832588479
        },
        {
            "start": 832588673,
            "stop": 832590713
        },
        {
            "start": 832591308,
            "stop": 832592748
        },
        {
            "start": 832623900,
            "stop": 832623960
        },
        {
            "start": 832624115,
            "stop": 832624415
        },
        {
            "start": 832624552,
            "stop": 832624612
        },
        {
            "start": 832624838,
            "stop": 832624958
        },
        {
            "start": 832629257,
            "stop": 832629317
        },
        {
            "start": 832629464,
            "stop": 832629704
        },
        {
            "start": 832630043,
            "stop": 832630223
        },
        {
            "start": 832631574,
            "stop": 832631814
        },
        {
            "start": 832632036,
            "stop": 832632336
        },
        {
            "start": 832632491,
            "stop": 832632551
        },
        {
            "start": 832632717,
            "stop": 832634517
        },
        {
            "start": 832634678,
            "stop": 832634978
        },
        {
            "start": 832635139,
            "stop": 832635319
        },
        {
            "start": 832635499,
            "stop": 832635559
        },
        {
            "start": 832635848,
            "stop": 832637168
        },
        {
            "start": 832637839,
            "stop": 832638019
        }
    ]
}