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=2334
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=2335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2333",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2334,
    "results": [
        {
            "start": 874416772,
            "stop": 874416868
        },
        {
            "start": 874416885,
            "stop": 874416899
        },
        {
            "start": 874416916,
            "stop": 874416929
        },
        {
            "start": 874416946,
            "stop": 874416973
        },
        {
            "start": 874416990,
            "stop": 874416996
        },
        {
            "start": 874417028,
            "stop": 874418004
        },
        {
            "start": 874418021,
            "stop": 874420445
        },
        {
            "start": 874420464,
            "stop": 874420522
        },
        {
            "start": 874420588,
            "stop": 874421405
        },
        {
            "start": 874421423,
            "stop": 874421675
        },
        {
            "start": 874421938,
            "stop": 874422000
        },
        {
            "start": 874422018,
            "stop": 874422022
        },
        {
            "start": 874422039,
            "stop": 874422096
        },
        {
            "start": 874422116,
            "stop": 874422173
        },
        {
            "start": 874422254,
            "stop": 874422270
        },
        {
            "start": 874429309,
            "stop": 874431743
        },
        {
            "start": 874431762,
            "stop": 874432800
        },
        {
            "start": 874432860,
            "stop": 874432910
        },
        {
            "start": 874433689,
            "stop": 874433973
        },
        {
            "start": 874434244,
            "stop": 874434494
        }
    ]
}