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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=134",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 135,
    "results": [
        {
            "start": 821946116,
            "stop": 821947016
        },
        {
            "start": 821947158,
            "stop": 821947938
        },
        {
            "start": 821948068,
            "stop": 821948248
        },
        {
            "start": 821948377,
            "stop": 821949457
        },
        {
            "start": 821949591,
            "stop": 821950071
        },
        {
            "start": 821950344,
            "stop": 821951844
        },
        {
            "start": 821952001,
            "stop": 821952121
        },
        {
            "start": 821952282,
            "stop": 821952522
        },
        {
            "start": 821952692,
            "stop": 821953412
        },
        {
            "start": 821953629,
            "stop": 821953689
        },
        {
            "start": 821953845,
            "stop": 821954025
        },
        {
            "start": 821955440,
            "stop": 821956880
        },
        {
            "start": 821957341,
            "stop": 821957701
        },
        {
            "start": 821958067,
            "stop": 821958187
        },
        {
            "start": 821958361,
            "stop": 821960521
        },
        {
            "start": 821960713,
            "stop": 821961133
        },
        {
            "start": 821961282,
            "stop": 821961642
        },
        {
            "start": 821961953,
            "stop": 821966153
        },
        {
            "start": 821966445,
            "stop": 821966925
        },
        {
            "start": 821967221,
            "stop": 821967401
        }
    ]
}