Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2346
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2345",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2346,
    "results": [
        {
            "start": 874591403,
            "stop": 874591509
        },
        {
            "start": 874591529,
            "stop": 874592229
        },
        {
            "start": 874592248,
            "stop": 874593711
        },
        {
            "start": 874593730,
            "stop": 874593953
        },
        {
            "start": 874593993,
            "stop": 874594327
        },
        {
            "start": 874594346,
            "stop": 874594374
        },
        {
            "start": 874594402,
            "stop": 874594575
        },
        {
            "start": 874594594,
            "stop": 874595021
        },
        {
            "start": 874595051,
            "stop": 874595081
        },
        {
            "start": 874595113,
            "stop": 874595151
        },
        {
            "start": 874595178,
            "stop": 874595183
        },
        {
            "start": 874595214,
            "stop": 874595217
        },
        {
            "start": 874601066,
            "stop": 874601498
        },
        {
            "start": 874601519,
            "stop": 874601587
        },
        {
            "start": 874601606,
            "stop": 874601875
        },
        {
            "start": 874601894,
            "stop": 874602588
        },
        {
            "start": 874602607,
            "stop": 874602612
        },
        {
            "start": 874602631,
            "stop": 874602652
        },
        {
            "start": 874602671,
            "stop": 874603074
        },
        {
            "start": 874603111,
            "stop": 874603161
        }
    ]
}