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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4997",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4998,
    "results": [
        {
            "start": 874522382,
            "stop": 874522398
        },
        {
            "start": 874522423,
            "stop": 874522438
        },
        {
            "start": 874522445,
            "stop": 874522458
        },
        {
            "start": 874522471,
            "stop": 874522472
        },
        {
            "start": 874522490,
            "stop": 874522495
        },
        {
            "start": 874522502,
            "stop": 874522503
        },
        {
            "start": 874522511,
            "stop": 874522516
        },
        {
            "start": 874522524,
            "stop": 874522532
        },
        {
            "start": 874522545,
            "stop": 874522607
        },
        {
            "start": 874522614,
            "stop": 874522622
        },
        {
            "start": 874522636,
            "stop": 874522638
        },
        {
            "start": 874522645,
            "stop": 874522669
        },
        {
            "start": 874522677,
            "stop": 874522679
        },
        {
            "start": 874522687,
            "stop": 874522691
        },
        {
            "start": 874522705,
            "stop": 874522709
        },
        {
            "start": 874522716,
            "stop": 874522723
        },
        {
            "start": 874522736,
            "stop": 874522742
        },
        {
            "start": 874522749,
            "stop": 874522782
        },
        {
            "start": 874522789,
            "stop": 874522814
        },
        {
            "start": 874522822,
            "stop": 874522856
        }
    ]
}