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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=197",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 198,
    "results": [
        {
            "start": 820590934,
            "stop": 820590950
        },
        {
            "start": 820590958,
            "stop": 820591135
        },
        {
            "start": 820591146,
            "stop": 820591150
        },
        {
            "start": 820591165,
            "stop": 820591169
        },
        {
            "start": 820591180,
            "stop": 820591193
        },
        {
            "start": 820591211,
            "stop": 820591273
        },
        {
            "start": 820591288,
            "stop": 820591363
        },
        {
            "start": 820591395,
            "stop": 820591428
        },
        {
            "start": 820591435,
            "stop": 820591442
        },
        {
            "start": 820591449,
            "stop": 820591458
        },
        {
            "start": 820591465,
            "stop": 820591634
        },
        {
            "start": 820591645,
            "stop": 820591854
        },
        {
            "start": 820591865,
            "stop": 820591981
        },
        {
            "start": 820591990,
            "stop": 820592012
        },
        {
            "start": 820592027,
            "stop": 820592108
        },
        {
            "start": 820592120,
            "stop": 820592122
        },
        {
            "start": 820592138,
            "stop": 820592149
        },
        {
            "start": 820592160,
            "stop": 820592437
        },
        {
            "start": 820592444,
            "stop": 820592489
        },
        {
            "start": 820592500,
            "stop": 820592653
        }
    ]
}