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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=341",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 342,
    "results": [
        {
            "start": 823836456,
            "stop": 823837314
        },
        {
            "start": 823837319,
            "stop": 823838472
        },
        {
            "start": 823838477,
            "stop": 823842689
        },
        {
            "start": 823842694,
            "stop": 823844023
        },
        {
            "start": 823844028,
            "stop": 823854238
        },
        {
            "start": 823854243,
            "stop": 823854559
        },
        {
            "start": 823854564,
            "stop": 823854730
        },
        {
            "start": 823854735,
            "stop": 823854743
        },
        {
            "start": 823854757,
            "stop": 823854766
        },
        {
            "start": 823854771,
            "stop": 823854904
        },
        {
            "start": 823854909,
            "stop": 823854926
        },
        {
            "start": 823854931,
            "stop": 823855117
        },
        {
            "start": 823855122,
            "stop": 823855133
        },
        {
            "start": 823855139,
            "stop": 823855556
        },
        {
            "start": 823855561,
            "stop": 823863386
        },
        {
            "start": 823863391,
            "stop": 823869060
        },
        {
            "start": 823869231,
            "stop": 823870618
        },
        {
            "start": 823870623,
            "stop": 823870687
        },
        {
            "start": 823870693,
            "stop": 823870833
        },
        {
            "start": 823870838,
            "stop": 823870861
        }
    ]
}