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_CBCHIGH_CAT3/segments?format=api&page=8778
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8777",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8778,
    "results": [
        {
            "start": 872299377,
            "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
        },
        {
            "start": 872301534,
            "stop": 872301535
        },
        {
            "start": 872301562,
            "stop": 872301636
        },
        {
            "start": 872301655,
            "stop": 872301726
        },
        {
            "start": 872301760,
            "stop": 872301954
        },
        {
            "start": 872301971,
            "stop": 872301978
        },
        {
            "start": 872301995,
            "stop": 872302302
        }
    ]
}