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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3831",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3832,
    "results": [
        {
            "start": 873463813,
            "stop": 873463818
        },
        {
            "start": 873463820,
            "stop": 873463823
        },
        {
            "start": 873463824,
            "stop": 873463842
        },
        {
            "start": 873463843,
            "stop": 873463845
        },
        {
            "start": 873463850,
            "stop": 873463863
        },
        {
            "start": 873463864,
            "stop": 873463877
        },
        {
            "start": 873463878,
            "stop": 873463881
        },
        {
            "start": 873463882,
            "stop": 873463896
        },
        {
            "start": 873463897,
            "stop": 873463900
        },
        {
            "start": 873463901,
            "stop": 873463933
        },
        {
            "start": 873463935,
            "stop": 873463938
        },
        {
            "start": 873463940,
            "stop": 873463949
        },
        {
            "start": 873463950,
            "stop": 873463960
        },
        {
            "start": 873463961,
            "stop": 873463962
        },
        {
            "start": 873463964,
            "stop": 873463965
        },
        {
            "start": 873463966,
            "stop": 873463979
        },
        {
            "start": 873463980,
            "stop": 873463985
        },
        {
            "start": 873463987,
            "stop": 873463990
        },
        {
            "start": 873463992,
            "stop": 873464018
        },
        {
            "start": 873464020,
            "stop": 873464023
        }
    ]
}