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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=92",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 93,
    "results": [
        {
            "start": 816672877,
            "stop": 816672895
        },
        {
            "start": 816672965,
            "stop": 816672995
        },
        {
            "start": 816673024,
            "stop": 816673068
        },
        {
            "start": 816673072,
            "stop": 816673099
        },
        {
            "start": 816673128,
            "stop": 816673342
        },
        {
            "start": 816673386,
            "stop": 816673398
        },
        {
            "start": 816673405,
            "stop": 816673413
        },
        {
            "start": 816673443,
            "stop": 816673590
        },
        {
            "start": 816673619,
            "stop": 816673768
        },
        {
            "start": 816673797,
            "stop": 816673846
        },
        {
            "start": 816673854,
            "stop": 816673855
        },
        {
            "start": 816673859,
            "stop": 816673860
        },
        {
            "start": 816673896,
            "stop": 816674064
        },
        {
            "start": 816674093,
            "stop": 816674101
        },
        {
            "start": 816674108,
            "stop": 816674253
        },
        {
            "start": 816674260,
            "stop": 816674326
        },
        {
            "start": 816674331,
            "stop": 816674416
        },
        {
            "start": 816674425,
            "stop": 816674743
        },
        {
            "start": 816674751,
            "stop": 816674789
        },
        {
            "start": 816674820,
            "stop": 816675027
        }
    ]
}