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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=262",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 263,
    "results": [
        {
            "start": 934333778,
            "stop": 934333838
        },
        {
            "start": 934333898,
            "stop": 934333958
        },
        {
            "start": 934334018,
            "stop": 934334078
        },
        {
            "start": 934334318,
            "stop": 934334378
        },
        {
            "start": 934334678,
            "stop": 934334798
        },
        {
            "start": 934343018,
            "stop": 934343078
        },
        {
            "start": 934343318,
            "stop": 934343378
        },
        {
            "start": 934343618,
            "stop": 934343678
        },
        {
            "start": 934344278,
            "stop": 934344398
        },
        {
            "start": 934344518,
            "stop": 934344698
        },
        {
            "start": 934344758,
            "stop": 934344818
        },
        {
            "start": 934345238,
            "stop": 934345298
        },
        {
            "start": 934346138,
            "stop": 934347199
        },
        {
            "start": 934347204,
            "stop": 934347218
        },
        {
            "start": 934347278,
            "stop": 934347338
        },
        {
            "start": 934347398,
            "stop": 934347607
        },
        {
            "start": 934347609,
            "stop": 934347615
        },
        {
            "start": 934347878,
            "stop": 934348551
        },
        {
            "start": 934349542,
            "stop": 934349979
        },
        {
            "start": 934351875,
            "stop": 934352138
        }
    ]
}