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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=92",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 93,
    "results": [
        {
            "start": 820150370,
            "stop": 820150430
        },
        {
            "start": 820150748,
            "stop": 820150868
        },
        {
            "start": 820151195,
            "stop": 820151375
        },
        {
            "start": 820151715,
            "stop": 820152375
        },
        {
            "start": 820152851,
            "stop": 820153211
        },
        {
            "start": 820153361,
            "stop": 820153541
        },
        {
            "start": 820153704,
            "stop": 820154004
        },
        {
            "start": 820154285,
            "stop": 820154585
        },
        {
            "start": 820154868,
            "stop": 820155588
        },
        {
            "start": 820155863,
            "stop": 820155923
        },
        {
            "start": 820156079,
            "stop": 820156139
        },
        {
            "start": 820156287,
            "stop": 820157307
        },
        {
            "start": 820157912,
            "stop": 820158752
        },
        {
            "start": 820160052,
            "stop": 820160112
        },
        {
            "start": 820160292,
            "stop": 820160592
        },
        {
            "start": 820164853,
            "stop": 820164973
        },
        {
            "start": 820167545,
            "stop": 820167665
        },
        {
            "start": 820168542,
            "stop": 820168662
        },
        {
            "start": 820168903,
            "stop": 820168963
        },
        {
            "start": 820169097,
            "stop": 820169157
        }
    ]
}