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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5244",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5245,
    "results": [
        {
            "start": 874416172,
            "stop": 874416180
        },
        {
            "start": 874416440,
            "stop": 874416480
        },
        {
            "start": 874416540,
            "stop": 874416596
        },
        {
            "start": 874416963,
            "stop": 874416973
        },
        {
            "start": 874417045,
            "stop": 874417048
        },
        {
            "start": 874417488,
            "stop": 874417664
        },
        {
            "start": 874417672,
            "stop": 874418004
        },
        {
            "start": 874418038,
            "stop": 874420445
        },
        {
            "start": 874420481,
            "stop": 874420522
        },
        {
            "start": 874420605,
            "stop": 874420712
        },
        {
            "start": 874420719,
            "stop": 874421405
        },
        {
            "start": 874421440,
            "stop": 874421675
        },
        {
            "start": 874429380,
            "stop": 874431300
        },
        {
            "start": 874431360,
            "stop": 874431541
        },
        {
            "start": 874431548,
            "stop": 874431743
        },
        {
            "start": 874431779,
            "stop": 874432114
        },
        {
            "start": 874432121,
            "stop": 874432799
        },
        {
            "start": 874433689,
            "stop": 874433973
        },
        {
            "start": 874434248,
            "stop": 874434494
        },
        {
            "start": 874434530,
            "stop": 874434533
        }
    ]
}