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_CBCLOW_CAT2/segments?format=api&page=2146
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=2147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2145",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2146,
    "results": [
        {
            "start": 872297992,
            "stop": 872297996
        },
        {
            "start": 872298015,
            "stop": 872298027
        },
        {
            "start": 872298078,
            "stop": 872298703
        },
        {
            "start": 872298722,
            "stop": 872298867
        },
        {
            "start": 872298898,
            "stop": 872298909
        },
        {
            "start": 872298930,
            "stop": 872299019
        },
        {
            "start": 872299038,
            "stop": 872299682
        },
        {
            "start": 872299701,
            "stop": 872299832
        },
        {
            "start": 872299852,
            "stop": 872299888
        },
        {
            "start": 872299907,
            "stop": 872300603
        },
        {
            "start": 872300622,
            "stop": 872300870
        },
        {
            "start": 872300898,
            "stop": 872300926
        },
        {
            "start": 872300959,
            "stop": 872300984
        },
        {
            "start": 872301028,
            "stop": 872301084
        },
        {
            "start": 872301117,
            "stop": 872301183
        },
        {
            "start": 872301202,
            "stop": 872301262
        },
        {
            "start": 872301281,
            "stop": 872301284
        },
        {
            "start": 872301303,
            "stop": 872301338
        },
        {
            "start": 872301389,
            "stop": 872301454
        },
        {
            "start": 872301473,
            "stop": 872301515
        }
    ]
}